test_split_crazy_sdf broken in python presubmit. 'DataInputOperation' object has no attribute 'index'

2019-04-04 Thread Alex Amato
https://jira.apache.org/jira/browse/BEAM-7006 https://builds.apache.org/job/beam_PreCommit_Python_Phrase/331/testReport/junit/apache_beam.runners.portability.fn_api_runner_test/FnApiRunnerSplitTest/test_split_crazy_sdf_2/ Traceback (most recent call last): File "/home/jenkins/jenkins-slave/worksp

Re: test_split_crazy_sdf broken in python presubmit. 'DataInputOperation' object has no attribute 'index'

2019-04-04 Thread Lukasz Cwik
I have tried running this test at head locally and have not gotten this failure because I also had a different failure related to the .with_complete method not being available. I'm not yet sure whether this is a Jenkins executor issue or an actual code issue. On Thu, Apr 4, 2019 at 9:17 AM Alex Am

Re: test_split_crazy_sdf broken in python presubmit. 'DataInputOperation' object has no attribute 'index'

2019-04-04 Thread Lukasz Cwik
I think its a Jenkins executor issue because https://github.com/apache/beam/pull/8217 passed its test just now. On Thu, Apr 4, 2019 at 10:02 AM Lukasz Cwik wrote: > I have tried running this test at head locally and have not gotten this > failure because I also had a different failure related to

Re: test_split_crazy_sdf broken in python presubmit. 'DataInputOperation' object has no attribute 'index'

2019-04-04 Thread Pablo Estrada
FWIW I have seen this being flaky in a couple different PRs, and passing on the second PreCommit run. I don't know if it's due to the unhealthy worker machines, or if it's actually flaky. Best -P. On Thu, Apr 4, 2019 at 10:03 AM Lukasz Cwik wrote: > I think its a Jenkins executor issue because >