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: #23200 (comment)
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 #23014 (comment)
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