Abacn opened a new issue, #23573: URL: https://github.com/apache/beam/issues/23573
### What needs to happen? There is a Dataflow Python PostCommit flake due to too many BigQuery tests running same time. Encountered in recent release process: https://github.com/apache/beam/pull/23200#issuecomment-1266419850 I've found that trying to run all the dataflow based tests simultaneously simply causes spurious failures in various levels of API quota. apache-beam-testing simply can't do them all at the same time. and also observed in https://github.com/apache/beam/pull/23014#issuecomment-1264028243 Python3.x PostCommit has been timed out (4 h limit) with high probability. The most time consuming testing module is BigQuery which costs 2 h run time. As we are going to support python3.10, quota issue is going to be worse. We should audit the current BigQuery integration tests on Dataflow to see if running on single py verision suffices (as we did for spannerIOIT), and redistribute these tests. ### Issue Priority Priority: 1 ### Issue Component Component: test-failures -- 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]
