aIbrahiim commented on issue #30513: URL: https://github.com/apache/beam/issues/30513#issuecomment-5795669787
@shunping I looked at a few recent PostCommit Python runs. Same failure: empty checksum da39a3ee..., and the BQ query for total_score=5000 returns 0 rows aslo the Timing out on waiting for job after around 600s part seems normal for this streaming IT and what stands out is that it fails on different SHAs, and the same SHA can fail once then pass later so I’m thinking toward a race on the BQ side rather than a recent commit breaking the pipeline Also the LeaderBoardIT writes with streaming inserts but the matchers are created without timeout_secs, so they only query once after the wait. If the rows arent visible yet, we get exactly this empty checksum I was thinking we could pass timeout_secs (maybe 5 min) on both users/teams matchers in leader_board_it_test.py keep the same query and expected checksum, and let it retry until the data shows up -- 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]
