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 flaky test_compute_per_key #8521

Merged
merged 1 commit into from Feb 26, 2024

Conversation

crusaderky
Copy link
Collaborator

@crusaderky crusaderky commented Feb 22, 2024

Closes #4955

@crusaderky crusaderky added the flaky test Intermittent failures on CI. label Feb 22, 2024
@@ -51,7 +51,7 @@
from bokeh.themes import Theme
from bokeh.transform import cumsum, factor_cmap, linear_cmap, stack
from jinja2 import Environment, FileSystemLoader
from tlz import curry, pipe, valmap
from tlz import curry, pipe, second, valmap
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Changes to this module are all cosmetic

Copy link
Contributor

github-actions bot commented Feb 22, 2024

Unit Test Results

See test report for an extended history of previous test failures. This is useful for diagnosing flaky tests.

    27 files  ±0      27 suites  ±0   9h 46m 44s ⏱️ - 8m 49s
 3 995 tests ±0   3 883 ✅ +4    110 💤 ±0  2 ❌  - 3 
50 241 runs   - 1  47 946 ✅ +3  2 293 💤 ±0  2 ❌  - 3 

For more details on these failures, see this check.

Results for commit 2579927. ± Comparison against base commit 9bdb381.

♻️ This comment has been updated with latest results.

Copy link
Member

@hendrikmakait hendrikmakait left a comment

Choose a reason for hiding this comment

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

Thanks, @crusaderky!

@hendrikmakait hendrikmakait merged commit 9f110df into dask:main Feb 26, 2024
30 of 34 checks passed
@crusaderky crusaderky deleted the test_compute_per_key branch February 26, 2024 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky test Intermittent failures on CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test_compute_per_key flaky
2 participants