Hello All, Samza Go Validates Runner started fail around 10/01/2021[1], the three commits that contributes to the first failure [2] looks innocent, I also tried to revert them but still got the same failure.
What is confusing is the console log: 11:15:43 --- PASS: TestEmitParDoAfterGBK (5.70s) 11:15:43 PASS 11:15:43 ok github.com/apache/beam/sdks/v2/go/test/regression 38.517s 11:15:43 $ TEST_EXIT_CODE=0 11:15:43 $ cd ../.. 11:15:43 $ exit 1 11:15:43 $ exit 1 Which suggests that tests all passed and expected to exit with code 0, however, for some reason, the go script exited 1 instead [3], however, reading from the script, if TEST_EXIT_CODE printed out to be 0, then it is supposed to be exited 0. Does anyone have idea why this happens? Best, Ke [1] https://ci-beam.apache.org/job/beam_PostCommit_Go_VR_Samza/ <https://ci-beam.apache.org/job/beam_PostCommit_Go_VR_Samza/> [2] https://ci-beam.apache.org/job/beam_PostCommit_Go_VR_Samza/319/ <https://ci-beam.apache.org/job/beam_PostCommit_Go_VR_Samza/319/> [3] https://github.com/apache/beam/blob/master/sdks/go/test/run_validatesrunner_tests.sh#L399 <https://github.com/apache/beam/blob/master/sdks/go/test/run_validatesrunner_tests.sh#L399>
