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

Fix Dask Client weirdness with fuzzy deduplication PyTests #539

Closed
wants to merge 2 commits into from

Conversation

sarahyurick
Copy link
Collaborator

@sarahyurick sarahyurick commented Feb 11, 2025

When #514 was merged, it created weirdness where some fuzzy deduplication PyTests from test_fuzzy_dedup.py were failing due to Dask Client crashes. When I remove the fuzzy deduplication tests from test_backends.py, the failures are fixed.

Alternatively, I tried renaming test_backends.py to test_module_backends.py, so that the test_fuzzy_dedup.py tests would run first, and that fixed them too. However, this caused the fuzzy deduplication tests in test_module_backends.py to fail instead.

Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
@sarahyurick sarahyurick added the gpuci Run GPU CI/CD on PR label Feb 11, 2025
Copy link
Collaborator

@ryantwolf ryantwolf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange that these tests interfere in this way. Glad you figured it out though.

Signed-off-by: Sarah Yurick <sarahyurick@gmail.com>
@sarahyurick
Copy link
Collaborator Author

Closing in favor of #540.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gpuci Run GPU CI/CD on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants