tvalentyn commented on issue #32324: URL: https://github.com/apache/beam/issues/32324#issuecomment-2347271990
Tests fail inconsistently, but entire workflow fails reliably. Occasionally, test don't fail but get stuck in and time out. Here is a sample of failures from past runs: ``` 2024-08-24T13:22:36.8054401Z --- FAIL: TestWindowSums_Lifted (3.23s) 2024-08-24T13:22:36.9149859Z --- FAIL: TestSplittablePipeline (9.33s) 2024-08-24T13:22:42.8219296Z --- FAIL: TestLPErrorReshufflePipeline_DoFnSideInput (2.08s) :golang$ cat old2.txt | grep "FAIL:" 2024-08-25T13:22:45.0164247Z --- FAIL: TestCoGBK (42.86s) 2024-08-25T13:22:45.5592314Z --- FAIL: TestXLang_CoGroupBy (14.81s) 2024-08-25T13:22:45.6498402Z --- FAIL: TestXLang_CombineGlobally (14.99s) 2024-08-25T13:22:45.6694315Z --- FAIL: TestXLang_Flatten (14.41s) 2024-08-25T13:22:50.0645128Z --- FAIL: TestLPErrorReshufflePipeline_DoFnSideInput (6.84s) :golang$ cat logs.txt | grep "FAIL:" 2024-09-12T00:49:49.8715264Z --- FAIL: TestValueStateWindowed (7.19s) 2024-09-12T00:49:49.9010459Z --- FAIL: TestValueStateClear (6.43s) 2024-09-12T00:49:50.2949703Z --- FAIL: TestWordCount (88.29s) 2024-09-12T00:49:50.4352043Z --- FAIL: TestLPErrorReshufflePipeline_DoFnSideInput (7.30s) 2024-09-12T00:49:50.4664301Z --- FAIL: TestDirectParDo (8.64s) :golang$ cat old3.txt | grep FAIL: 2024-09-06T01:48:12.1061249Z --- FAIL: TestWordCount (88.37s) 2024-09-06T01:48:12.3546391Z --- FAIL: TestXLang_Multi (14.78s) :golang$ cat old4.txt | grep FAIL: 2024-09-05T07:21:03.0592007Z --- FAIL: TestParDoSideInput (12.46s) 2024-09-05T07:21:03.3917563Z --- FAIL: TestWordCount (89.06s) 2024-09-05T07:21:03.4154220Z --- FAIL: TestXLang_Prefix (21.94s) 2024-09-05T07:21:07.9256524Z --- FAIL: TestLPErrorPipeline (12.14s) 2024-09-05T07:21:08.0199833Z --- FAIL: TestMultiEmitParDo (12.24s) ``` Last successful run was around August 24: https://github.com/apache/beam/actions/workflows/beam_PreCommit_GoPortable.yml?query=is%3Asuccess+branch%3Amaster -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org