[ 
https://issues.apache.org/jira/browse/BEAM-6153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16704406#comment-16704406
 ] 

Robert Bradshaw commented on BEAM-6153:
---------------------------------------

This passes for me, and passed all precommits as well. I'll continue to 
investigate, but it'd be nice to have a repro.

 

$ python setup.py test -s 
apache_beam.transforms.util_test.ReshuffleTest.test_reshuffle_sliding_window

...

test_reshuffle_sliding_window (apache_beam.transforms.util_test.ReshuffleTest) 
... ok

----------------------------------------------------------------------
Ran 1 test in 0.297s

OK

> PR 7130 causes transforms/util_test to fail
> -------------------------------------------
>
>                 Key: BEAM-6153
>                 URL: https://issues.apache.org/jira/browse/BEAM-6153
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Charles Chen
>            Assignee: Robert Bradshaw
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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']



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to