open-telemetry / opentelemetry-python-contrib

OpenTelemetry instrumentation for Python modules
https://opentelemetry.io
Apache License 2.0
686 stars 568 forks source link

tox test will fail on aiottp-client, boto and cassandra instrumentation #2707

Closed zhihali closed 1 month ago

zhihali commented 1 month ago

Describe your environment

OS: (e.g, Ubuntu) Python version: (e.g., Python 3.8.10) Package version: (e.g., 0.46.0)

What happened?

when running tox -e py312-test-instrumentation-aiohttp-client tox -e py312-test-instrumentation-boto tox -e py312-test-instrumentation-cassandra

the test will not pass.

Steps to Reproduce

run tox -e py312-test-instrumentation-aiohttp-client tox -e py312-test-instrumentation-boto tox -e py312-test-instrumentation-cassandra

Expected Result

all tests pass

Actual Result

some are failed

Additional context

No response

Would you like to implement a fix?

Yes

emdneto commented 1 month ago

Which error are you getting? Are you getting something different from what's in CI?

emdneto commented 1 month ago

Closing as tests are working fine, and we're not able to reproduce the issue