-
Notifications
You must be signed in to change notification settings - Fork 664
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Celery docker-tests check started failing #1837
Comments
Likely because a new version of celery was just released |
Do you work on this issue? |
It is indeed started because of the new celery version(5.3) opentelemetry-python-contrib/tests/opentelemetry-docker-tests/tests/celery/test_celery_functional.py Line 306 in 2edcc21
and opentelemetry-python-contrib/tests/opentelemetry-docker-tests/tests/celery/test_celery_functional.py Line 307 in 2edcc21
but in this test we test exception handling, so if I understand this correctly, it should test is_ok=false and StatusCode.Error |
It probably changed after this PR |
the einfo exception changed from MyException(for our test) to ExceptionWithTraceBack |
This is pretty much blocking CI, assigning to myself and investigating. |
Contrib sibling of this
Describe your environment Checks that previously passed have started failing and block my pr:
Steps to reproduce
Make a pr
What is the expected behavior?
Checks pass
What is the actual behavior?
Checks fail
Additional context
Possibly related to #653
The text was updated successfully, but these errors were encountered: