diff --git a/.github/workflows/tpch.yml b/.github/workflows/tpch.yml index 1fe8b58a31..cc238db69c 100644 --- a/.github/workflows/tpch.yml +++ b/.github/workflows/tpch.yml @@ -106,7 +106,7 @@ jobs: run: | pytest --benchmark \ ${{ env.PYTEST_BENCHMARKS }} \ - -n 4 --dist loadscope \ + -n 4 \ --scale ${{ inputs.scale }} - name: Upload benchmark results diff --git a/tests/tpch/conftest.py b/tests/tpch/conftest.py index 14a2913e7a..671ef6cb9d 100644 --- a/tests/tpch/conftest.py +++ b/tests/tpch/conftest.py @@ -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,