shunping commented on issue #30513: URL: https://github.com/apache/beam/issues/30513#issuecomment-5796126716
The query of `SELECT total_score FROM `apache-beam-testing.leader_board_it_dataset*.leader_board_users` WHERE total_score=5000 LIMIT 1` is running against the user score table in the code. https://github.com/apache/beam/blob/d1ebefb6f6301f6b99358b63dafa1c206cce5849/sdks/python/apache_beam/examples/complete/game/leader_board.py#L354-L363 I see 4 rows should be written in that step. <img width="1120" height="1672" alt="Image" src="https://github.com/user-attachments/assets/d0545e0f-c8f3-40f5-8c47-ddcf8d678f78" /> > 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 Sounds good. Please try that and see if we can reduce the test flakiness. -- 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]
