-
Notifications
You must be signed in to change notification settings - Fork 607
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
fix ut in pypy #2809
fix ut in pypy #2809
Conversation
instrumentation/opentelemetry-instrumentation-fastapi/tests/test_fastapi_instrumentation.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Jack Gong <[email protected]>
Signed-off-by: Jack Gong <[email protected]>
Signed-off-by: Jack Gong <[email protected]>
Signed-off-by: Jack Gong <[email protected]>
Signed-off-by: Jack Gong <[email protected]>
Is the original issue even valid anymore? I have not seen fastapi flaky tests for awhile. |
Hi, @lzchen @xrmx @emdneto |
If you think the issue 2410 :#2410 has been fixed according to your request, Can I create a new issue to fix the error that "pypy3-test-opentelemetry-instrumentation-fastapi" can't all pass and create a new PR to implement it ? Thanks a lot. |
@gongbenhua tests are working fine here locally and we haven't seen any failure in the CI. The code that was failing has been already updated to take a bigger delta. What failures do you have? |
@xrmx Here is the failures I got. There're total 9 failures for "tox -e pypy3-test-opentelemetry-instrumentation-fastapi". Due to length limitations, I only pasted two places
|
Ah you are on windows. I've reopened the issue then. |
Thanks a lot. Can you reopen this PR so I can push my new changed code here? |
Please rebase with main and enable maintainer edits so we can rebase for you in the future. |
instrumentation/opentelemetry-instrumentation-fastapi/tests/test_fastapi_instrumentation.py
Outdated
Show resolved
Hide resolved
f962aab
to
0ea3864
Compare
Thanks for your reply. I have rebase with main and push my branch. You can take a look when you're free. Thanks. |
Description
fix ut for pypy
Fixes #2410
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
UT ofpypy can pass after changing
Does This PR Require a Core Repo Change?
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.