[ https://issues.apache.org/jira/browse/FLINK-12334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Flink Jira Bot updated FLINK-12334: ----------------------------------- Labels: auto-deprioritized-major stale-minor (was: auto-deprioritized-major) I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help the community manage its development. I see this issues has been marked as Minor but is unassigned and neither itself nor its Sub-Tasks have been updated for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is still Minor, please either assign yourself or give an update. Afterwards, please remove the label or in 7 days the issue will be deprioritized. > change to MockStreamTask breaks OneInputStreamOperatorTestHarness > ----------------------------------------------------------------- > > Key: FLINK-12334 > URL: https://issues.apache.org/jira/browse/FLINK-12334 > Project: Flink > Issue Type: Bug > Components: API / DataStream > Affects Versions: 1.8.0 > Reporter: Cliff Resnick > Priority: Minor > Labels: auto-deprioritized-major, stale-minor > > 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. > -- This message was sent by Atlassian Jira (v8.20.1#820001)