Skip to content

Commit 040f508

Browse files
fix: Restore --dist loadgroup to preserve xdist_group markers
The codebase uses xdist_group markers extensively for test isolation (Ray OOM prevention, database registry tests, etc). The loadscope distribution mode ignores these markers, so restore loadgroup. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 7d5a12e commit 040f508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ test-python-integration-local: ## Run Python integration tests (local dev mode)
227227
HADOOP_HOME=$$HOME/hadoop \
228228
CLASSPATH="$$( $$HADOOP_HOME/bin/hadoop classpath --glob ):$$CLASSPATH" \
229229
HADOOP_USER_NAME=root \
230-
uv run python -m pytest --tb=short -v -n auto --color=yes --integration --durations=10 --timeout=1200 --timeout_method=thread --dist loadscope \
230+
uv run python -m pytest --tb=short -v -n auto --color=yes --integration --durations=10 --timeout=1200 --timeout_method=thread --dist loadgroup \
231231
-k "not test_lambda_materialization and not test_snowflake_materialization" \
232232
-m "not rbac_remote_integration_test" \
233233
--log-cli-level=INFO -s \

0 commit comments

Comments
 (0)