Skip to content
Prev Previous commit
Next Next commit
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>
  • Loading branch information
2 people authored and ntkathole committed Feb 11, 2026
commit 6cf622ecb79463cae8f4653b5a80fff435dc602b
2 changes: 1 addition & 1 deletion Makefile
Comment thread
devin-ai-integration[bot] marked this conversation as resolved.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ test-python-integration-local: ## Run Python integration tests (local dev mode)
HADOOP_HOME=$$HOME/hadoop \
CLASSPATH="$$( $$HADOOP_HOME/bin/hadoop classpath --glob ):$$CLASSPATH" \
HADOOP_USER_NAME=root \
uv run python -m pytest --tb=short -v -n auto --color=yes --integration --durations=10 --timeout=1200 --timeout_method=thread --dist loadscope \
uv run python -m pytest --tb=short -v -n auto --color=yes --integration --durations=10 --timeout=1200 --timeout_method=thread --dist loadgroup \
-k "not test_lambda_materialization and not test_snowflake_materialization" \
-m "not rbac_remote_integration_test" \
--log-cli-level=INFO -s \
Expand Down
Loading