coiled / benchmarks

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

⚠️ CI failed ⚠️ #1368

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 9 months ago

Workflow Run URL

milesgranger commented 9 months ago

FAILED tests/tpch/test_correctness.py::test_dask_results[21] - AssertionError: DataFrame are different DataFrame shape mismatch [left]: (0, 2) [right]: (100, 2) FAILED tests/tpch/test_dask.py::test_query_21 - distributed.scheduler.KilledWorker: Attempted to run task ('chunk-reset_index-operation-6f0ad778d9338c1fc4d2a0348e773969', 6) 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.34.31:38655. 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.

Duplicate of #1344

FAILED tests/workflows/test_snowflake.py::test_read[client0] - snowflake.connector.errors.DatabaseError: 250001 (08001): Failed to connect to DB: .snowflakecomputing.com:443. Incorrect username or password was specified. ERROR tests/workflows/test_snowflake.py::test_etl_into_snowflake[client0] - sqlalchemy.exc.DatabaseError: (snowflake.connector.errors.DatabaseError) 250001 (08001): Failed to connect to DB: .snowflakecomputing.com:443. Incorrect username or password was specified.

Duplicate of #1341