Abacn commented on PR #38237:
URL: https://github.com/apache/beam/pull/38237#issuecomment-4271236816
After checking logs / code I don't think this is relevant
The PreCommit runs four independent pytest command, initiated from
run_pytest.sh
```
Running parallel tests with: pytest -m "not no_xdist" --pyargs
apache_beam/examples/
Running sequential tests with: pytest -m "no_xdist" --pyargs
apache_beam/examples/
Running parallel tests with: pytest -m "not no_xdist" --pyargs
apache_beam/examples/
Running sequential tests with: pytest -m "no_xdist" --pyargs
apache_beam/examples/
```
one without extensions, one with cloud dependency extensions.
TestPipelines.pytest_test_pipeline_options stays empty all time.
I don't think we want to change the behavior of flag here. It may break
internal / downstream tests
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]