Details
-
Sub-task
-
Status: Resolved
-
P1
-
Resolution: Fixed
-
None
Description
Jenkin Jobs:
- https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/4832/
- https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV1/1053/
- https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2/1589
Several tests are failing with ClassNotFound exceptions, falling into two categories:
- java.lang.NoClassDefFoundError in org.apache.beam.examples.*
- java.lang.IllegalArgumentException: Unknown 'runner' specified 'PortableRunner', supported pipeline runners [RegisteredTestRunner] (caused by Caused by: java.lang.ClassNotFoundException: <PortableRunner> (also seen DataflowRunner for https://ci-beam.apache.org/job/beam_PerformanceTests_AvroIOIT/5727/console)
My guess is that these are due to changes for BEAM-13430, lining up with one of:
Assigning to Daniel, who might have more insight into these changes, but will continue to investigate
Attachments
Issue Links
- is duplicated by
-
BEAM-13520 Flink portable validates runner tests failing
-
- Resolved
-