coiled / benchmarks

BSD 3-Clause "New" or "Revised" License
32 stars 17 forks source link

⚠️ CI failed ⚠️ - TPC-H query 21 KilledWorkers #1363

Open github-actions[bot] opened 9 months ago

github-actions[bot] commented 9 months ago

Workflow Run URL

milesgranger commented 9 months ago

FAILED tests/tpch/test_dask.py::test_query_21 - distributed.scheduler.KilledWorker: Attempted to run task ('chunk-reset_index-operation-5cd2f520bd6357fd77e190230d87732c', 3) on 4 different workers, but all those workers died while running it. The last worker that attempt to run the task was tls://10.0.46.140:36185. Inspecting worker logs is often a good next step to diagnose what went wrong. For more information see https://distributed.dask.org/en/stable/killed.html.

Others are duplicates of existing issues:

FAILED tests/tpch/test_optimization.py::test_optimization[11] - ValueError: Not all divisions are known, can't align partitions. Please use set_index to set the index. FAILED tests/tpch/test_optimization.py::test_optimization[15] - ValueError: Not all divisions are known, can't align partitions. Please use set_index to set the index. FAILED tests/tpch/test_correctness.py::test_dask_results[11] - ValueError: Not all divisions are known, can't align partitions. Please use set_index to set the index. FAILED tests/tpch/test_correctness.py::test_dask_results[15] - ValueError: Not all divisions are known, can't align partitions. Please use set_index to set the index. FAILED tests/tpch/test_dask.py::test_query_11 - ValueError: Not all divisions are known, can't align partitions. Please use set_index to set the index. FAILED tests/tpch/test_dask.py::test_query_15 - ValueError: Not all divisions are known, can't align partitions. Please use set_index to set the index.

Duplicate of #1360 and #1361

FAILED tests/tpch/test_correctness.py::test_dask_results[21] - AssertionError: DataFrame are different DataFrame shape mismatch [left]: (0, 2) [right]: (100, 2)

Duplicate of #1344