Skip to content

Commit

Permalink
use fresh cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Apr 18, 2024
1 parent 999e83c commit 03e87e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tpch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
pytest --benchmark \
${{ env.PYTEST_BENCHMARKS }} \
-n 4 --dist loadscope \
-n 4 \
--scale ${{ inputs.scale }}
- name: Upload benchmark results
Expand Down
2 changes: 1 addition & 1 deletion tests/tpch/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def cluster_spec(scale, shutdown_on_close):
return get_cluster_spec(scale=scale, shutdown_on_close=shutdown_on_close)


@pytest.fixture(scope="module")
@pytest.fixture()
def cluster(
local,
scale,
Expand Down

0 comments on commit 03e87e4

Please sign in to comment.