Skip to content

[Failing Test]: Exclude MultimapState tests from Dataflow VR suites #24750

@tvalentyn

Description

@tvalentyn

What happened?

Validates runner and VR Java11/Java17/Streaming test suites are failing after #23491 was merged, example:

https://ci-beam.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow_Java11/4492/

org.apache.beam.sdk.transforms.ParDoTest$StateTests.testMultimapStateClear

Failing for the past 1 build (Since #4492 )
Took 5.2 sec.
Error Message
java.lang.UnsupportedOperationException: DataflowRunner does not currently support MultimapState
Stacktrace
java.lang.UnsupportedOperationException: DataflowRunner does not currently support MultimapState
	at org.apache.beam.runners.dataflow.DataflowRunner.verifyDoFnSupported(DataflowRunner.java:2427)
	at org.apache.beam.runners.dataflow.BatchStatefulParDoOverrides$StatefulMultiOutputParDo.expand(BatchStatefulParDoOverrides.java:192)
	at org.apache.beam.runners.dataflow.BatchStatefulParDoOverrides$StatefulMultiOutputParDo.expand(BatchStatefulParDoOverrides.java:177)
	at org.apache.beam.sdk.Pipeline.applyReplacement(Pipeline.java:576)

Issue Failure

Failure: Test is continually failing

Issue Priority

Priority: 2 (backlog / disabled test but we think the product is healthy)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions