I was looking into these too. Some unfiltered out tests are failing (like a
newly added check for post job metrics, is getting back all 0s from Samza).

In the linked case, one of the Cross Language tests failed. (Search for
"--- F" failing test runs.

I have a PR that I'm using to iterate on and disabled the failing tests
https://github.com/apache/beam/pull/15659

But Jenkins had not started execution after 16 minutes so i called it a day.

On Mon, Oct 4, 2021, 5:30 PM Ke Wu <[email protected]> wrote:

> 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/
> [2] 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
>
>

Reply via email to