Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-12334

change to MockStreamTask breaks OneInputStreamOperatorTestHarness

    XMLWordPrintableJSON

Details

    Description

      The move to the MockStreamTask is created with does not include initialization of an Accumulator Map when using the builder

      https://github.com/apache/flink/blob/e43d55445e7abcadb92460bb4d61e28540f1189d/flink-streaming-java/src/test/java/org/apache/flink/streaming/util/AbstractStreamOperatorTestHarness.java#L198

      This results in with a TestHarness whose context contains an immutable empty map and is breaking tests. The fix is simple, please include an actual map in the builder call.

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            cresny@gmail.com Cliff Resnick
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: