Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PR 7130 causes transforms/util_test to fail #19235

Closed
kennknowles opened this issue Jun 3, 2022 · 1 comment
Closed

PR 7130 causes transforms/util_test to fail #19235

kennknowles opened this issue Jun 3, 2022 · 1 comment
Labels
bug core done & done Issue has been reviewed after it was closed for verification, followups, etc. P3 python

Comments

@kennknowles
Copy link
Member

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.

@Abacn
Copy link
Contributor

Abacn commented Jul 27, 2023

already fixed

@Abacn Abacn closed this as completed Jul 27, 2023
@github-actions github-actions bot added this to the 2.50.0 Release milestone Jul 27, 2023
@damccorm damccorm added the done & done Issue has been reviewed after it was closed for verification, followups, etc. label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug core done & done Issue has been reviewed after it was closed for verification, followups, etc. P3 python
Projects
None yet
Development

No branches or pull requests

3 participants