Commit 2dc0745
test: synchronize BigQuery write assertions
The BigQuery analytics plugin test relied on fixed 10ms sleeps to wait for asynchronous writes, which is not a valid completion signal and produced timing-dependent failures and leaked Queue.get coroutine warnings. This replaces the sleeps with the plugin's flush() synchronization boundary and shuts the loop-owned worker down before closing the event loop.
Co-authored-by: George Weale <gweale@google.com>
PiperOrigin-RevId: 9515925991 parent 5b89e4e commit 2dc0745
1 file changed
Lines changed: 106 additions & 102 deletions
0 commit comments