Abacn commented on PR #37851: URL: https://github.com/apache/beam/pull/37851#issuecomment-4188077431
Could it somehow caused flaky wordcount test #38072 and #30683? Comparing commits of first failing run of https://github.com/apache/beam/actions/workflows/beam_PostCommit_Java_Jpms_Flink_Java11.yml?query=event%3Aschedule, this one was one of the few Java changes (another two are errorprone and BigQuery fixes less likely) Example error: https://github.com/apache/beam/runs/69923023205 https://github.com/apache/beam/runs/69935182574 ``` java.lang.AssertionError: Expected: Expected checksum is (ebf895e7324e8a3edc72e7bcc96fa2ba7f690def) but: was (da39a3ee5e6b4b0d3255bfef95601890afd80709) ``` in all failed runs the checksum are the same -- 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]
