Abacn commented on issue #31122: URL: https://github.com/apache/beam/issues/31122#issuecomment-2152925640
The failing tests are ``` 2024-06-06T15:49:25.5514012Z teststream_test.go:82: Failed to execute job: job go0testteststreamsimple0infinitydefault0645-runner-0606154852-104bc19c_903ad8b0-583f-49fa-9c25-7de441e9645e failed: 2024-06-06T15:49:25.5516578Z org.apache.beam.sdk.coders.CoderException: `UnknownCoderWrapper` was used to perform an actual decoding in the Java SDK. Potentially a Java transform is being followed by a cross-language transform that uses a coder that is not available in the Java SDK. Please make sure that Python transforms at the multi-language boundary use Beam portable coders. 2024-06-06T15:49:25.5518501Z --- FAIL: TestTestStreamSimple_InfinityDefault (36.04s) ``` ``` 2024-06-06T15:48:49.4744385Z teststream_test.go:77: Failed to execute job: job go0testteststreamsimple0300-runner-0606154839-3044966_f7c93228-67e5-4745-8d98-66cf379629eb failed: 2024-06-06T15:48:49.4748151Z org.apache.beam.sdk.coders.CoderException: `UnknownCoderWrapper` was used to perform an actual decoding in the Java SDK. Potentially a Java transform is being followed by a cross-language transform that uses a coder that is not available in the Java SDK. Please make sure that Python transforms at the multi-language boundary use Beam portable coders. 2024-06-06T15:48:49.4751550Z --- FAIL: TestTestStreamSimple (13.58s) ``` ``` 2024-06-06T15:49:38.9044506Z teststream_test.go:87: Failed to execute job: job go0testteststreamtogbk02-runner-0606154928-bee4a43d_deed8bb6-6a4b-42bf-9d42-2bd1911d0bfe failed: 2024-06-06T15:49:38.9048296Z org.apache.beam.sdk.coders.CoderException: `UnknownCoderWrapper` was used to perform an actual decoding in the Java SDK. Potentially a Java transform is being followed by a cross-language transform that uses a coder that is not available in the Java SDK. Please make sure that Python transforms at the multi-language boundary use Beam portable coders. 2024-06-06T15:49:38.9050512Z --- FAIL: TestTestStreamToGBK (13.42s) ``` ``` 2024-06-06T15:49:48.8207809Z teststream_test.go:92: Failed to execute job: job go0testteststreamtimerseventtime055-runner-0606154942-51c50c75_ae30c901-6f2f-4981-a593-956e0a3a0b79 failed: 2024-06-06T15:49:48.8209479Z java.lang.NullPointerException 2024-06-06T15:49:48.8210362Z --- FAIL: TestTestStreamTimersEventTime (9.83s) ``` These tests were added in #31046 . Shall we fix the test or disable them on Flink VR test suites? @lostluck -- 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]
