Skip to content

[BUG]: Upgrading to ddtrace 3.2.1 breaks CI Visibility #12694

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

Open
hdadkhah1 opened this issue Mar 11, 2025 · 0 comments
Open

[BUG]: Upgrading to ddtrace 3.2.1 breaks CI Visibility #12694

hdadkhah1 opened this issue Mar 11, 2025 · 0 comments
Assignees
Labels

Comments

@hdadkhah1
Copy link

Tracer Version(s)

2.8.4

Python Version(s)

Python 3.10.12

Pip Version(s)

pip 23.0.1

Bug Report

Currently in the process of upgrading python ddtrace from 2.8.4 to 3.2.1, and we noticed a breaking change that does not allow us to upgrade!

  • We currently split our test runs into X workers, each worker runs a subset of test files of the same commit sha on the same machine, this is to parallelize test runs and faster execution.
    • previously (2.8.4) this worked fine and we could see all our tests show up in Test Runs page for the commit and branch.
    • after upgrade (3.2.1) we do not see any test runs from these machines showing up on that page anymore, it feels like some logic has changed in collection + reporting?

Reproduction Code

(parallel) pytest -v tests/test_file1.py tests/test_file2.py
(parallel) pytest -v tests/test_file3.py tests/test_file4.py
(parallel) pytest -v tests/test_file5.py tests/test_file6.py
(parallel) pytest -v tests/test_file7.py tests/test_file8.py

Error Logs

No response

Libraries in Use

No response

Operating System

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants