Skip to content

Conversation

@fjetter
Copy link
Member

@fjetter fjetter commented Feb 28, 2023

Closes #7591

@github-actions
Copy link
Contributor

github-actions bot commented Feb 28, 2023

Unit Test Results

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

       24 files  ±0         24 suites  ±0   11h 4m 44s ⏱️ + 12m 31s
  3 489 tests ±0    3 384 ✔️ +  2     105 💤 ±0  0  -   2 
40 995 runs  ±0  39 134 ✔️ +14  1 861 💤 +8  0  - 22 

Results for commit 4554122. ± Comparison against base commit 40456b4.

This pull request skips 1 and un-skips 1 tests.
distributed.tests.test_dask_collections ‑ test_bag_groupby_tasks_default
distributed.tests.test_stress ‑ test_no_delay_during_large_transfer

♻️ This comment has been updated with latest results.

Comment on lines +113 to 121
@pytest.mark.skipif(
(
parse_version(dask.__version__) < parse_version("2023.2.2")
and parse_version(dask.__version__) >= parse_version("2023.2.1")
),
reason="https://github.com/dask/dask/pull/10005",
)
@gen_cluster(client=True)
async def test_bag_groupby_tasks_default(c, s, a, b):
Copy link
Member Author

Choose a reason for hiding this comment

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

I decided to skip this test to unblock our CI. dask/dask#10005 will introduce the same test in dask/dask, i.e. we could even remove it from distributed. keeping it here for early failures is still nice since the test is very cheap

# These may change in the future but the selection below shoul dnot
distributed_default = "tasks"
# These may change in the future but the selection below should not
distributed_default = "p2p" if has_pyarrow else "tasks"
Copy link
Member

Choose a reason for hiding this comment

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

My guess is we'll also want to use check_minimal_arrow_version() to make sure we account for pyarrow<7 being installed

Copy link
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

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

Thanks @fjetter

@jrbourbeau jrbourbeau merged commit 2cee593 into dask:main Mar 1, 2023
@fjetter fjetter deleted the p2p_default_fixes branch March 1, 2023 16:15
@fjetter fjetter mentioned this pull request Mar 1, 2023
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

p2p-related tests failing on CI

2 participants