Skip to content
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

Revisit pytest-xdist for parallel testing #200

Closed
agriyakhetarpal opened this issue Feb 16, 2024 · 1 comment · Fixed by #204
Closed

Revisit pytest-xdist for parallel testing #200

agriyakhetarpal opened this issue Feb 16, 2024 · 1 comment · Fixed by #204
Assignees
Labels
enhancement New feature or request

Comments

@agriyakhetarpal
Copy link
Member

agriyakhetarpal commented Feb 16, 2024

As discussed in #193 (comment). @BradyPlanden mentions that the order of the tests to be scheduled is different with the use of pytest-xdist, which, to my understanding, causes issues with threading.

A solution to this problem could be to run the flaky plotly tests in serial mode, but it needs further investigation.

@agriyakhetarpal agriyakhetarpal self-assigned this Feb 16, 2024
@agriyakhetarpal agriyakhetarpal added the enhancement New feature or request label Feb 16, 2024
@BradyPlanden
Copy link
Member

For reference, I've added a xdist implementation in #204. It work out well to implement at the same time as the redistribution of the unit tests.

@BradyPlanden BradyPlanden linked a pull request Feb 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants