PR 7130 causes transforms/util_test to fail #19235
Labels
bug
core
done & done
Issue has been reviewed after it was closed for verification, followups, etc.
P3
python
Milestone
http://github.com/apache/beam/pull/7130 seems to cause transforms/util_test to fail.
======================================================================
ERROR: test_reshuffle_sliding_window (main.ReshuffleTest)
----------------------------------------------------------------------
BeamAssertException: Failed assert: [(1, [1, 2, 4]), (1, [1, 2, 4]), (2, [1, 2]), (2, [1, 2]), (3, [1]), (3, [1])] == [(1, [1]), (1, [1]), (1, [2]), (1, [2]), (1, [4]), (1, [4]), (2, [1]), (2, [1]), (2, [2]), (2, [2]), (3, [1]), (3, [1])] [while running 'before_reshuffle/Match']
Imported from Jira BEAM-6153. Original Jira may contain additional context.
Reported by: ccy.
The text was updated successfully, but these errors were encountered: