-
Notifications
You must be signed in to change notification settings - Fork 234
Fix psycopg_pool instrumentation to restore Postgres spans #2460
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fix psycopg_pool instrumentation to restore Postgres spans #2460
Conversation
|
💚 CLA has been signed |
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
0b6bbdd to
a1200b5
Compare
xrmx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. We are using - as separator so the test framework name should be called psycopg_pool and reqs and envs file should be renamed. Also in order to run tests in CI you need to add an entry psycopg_pool-newest in .ci/.matrix_framework.yml and .ci/.matrix_framework_full.yml.
|
@JaeHyuckSa The tests file name was good, the requirements and environments one are wrong. Also the matrix files update is missing. |
4ed3c00 to
c30e88b
Compare
Signed-off-by: SaJH <[email protected]>
c30e88b to
e67babb
Compare
|
@xrmx Thank you for the review. I was going to make some other changes back then but forgot about it… I’ve now reflected everything you mentioned! |
xrmx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are failing, PTAL
| ), | ||
| min_size=1, | ||
| max_size=2, | ||
| open=True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this doesn't work when testing with python3.6 and maybe on other older python versions because the psycopg version compatible with that (3.0.x) didn't have this
xrmx
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/test matrix
What does this pull request do?
Related issues
Closes #2094