Details
-
Bug
-
Status: Resolved
-
P1
-
Resolution: Fixed
-
None
-
None
Description
Seems like beam_PostCommit_XVR_Direct is perma-red due to failure of validatesCrossLanguageRunnerGoUsingJava.
First failure: https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/2656/
Don't see much details in the logs.
04:22:13 — PASS: TestJDBCIO_PostgresReadWrite (36.39s)
04:22:13 PASS
04:22:13 ok github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/jdbc 91.810s
04:22:13 === RUN TestKafkaIO_BasicReadWrite
04:22:13 integration.go:218: Test TestKafkaIO_BasicReadWrite is currently filtered for runner portable
04:22:13 — SKIP: TestKafkaIO_BasicReadWrite (0.00s)
04:22:13 PASS
04:22:13 ok github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/kafka 6.031s
04:22:13 FAIL
04:22:13 $ TEST_EXIT_CODE=0
04:22:13 $ cd ../..
04:22:13 $ exit 1
04:22:13 $ exit 1
04:22:13
04:22:13 > Task :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerGoUsingJava FAILED
Seems like we added following check which correlates with the first failure.
https://github.com/apache/beam/commit/9eb86446eb4c609138e29ead4617331918e120f4
Jack, do you think this is related ?