forked from apache/flink
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-7728] [DataStream] Simplify BufferedValveOutputHandler used in…
… StatusWatermarkValveTest The previous implementation was overly complicated. Having separate buffers for the StreamStatus and Watermarks is not required for our tests. Also, that design doesn't allow checking the order StreamStatus / Watermarks are emitted from a single input to the valve. This commit reworks it by buffering both StreamStatus and Watermarks in a shared queue.
- Loading branch information
Showing
1 changed file
with
59 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters