Re: Python Flink tests failing on Jenkins

2019-01-16 Thread Ankur Goenka
The problem can be because of long task name. I have seen this happen is post commits and hence shortened the name to " beam_PostCommit_Python_VR_Flink" (Mind the VR instead of validates runner). Created a new PR to address this https://github.com/apache/beam/pull/7539 On Wed, Jan 16, 2019 at 2:12

Re: Python Flink tests failing on Jenkins

2019-01-16 Thread Michael Luckey
similar to https://jira.apache.org/jira/browse/BEAM-4256 ? On Wed, Jan 16, 2019 at 10:40 AM Robert Bradshaw wrote: > I created https://github.com/apache/beam/pull/7533 to roll this back. > > I am a bit at a loss as to why this would be failing in PreCommit but > pass in PostCommit. Especially as

Re: Python Flink tests failing on Jenkins

2019-01-16 Thread Robert Bradshaw
I created https://github.com/apache/beam/pull/7533 to roll this back. I am a bit at a loss as to why this would be failing in PreCommit but pass in PostCommit. Especially as the task ":beam-sdks-python:setupVirtualenv" runs fine in the other precommits. Any insights here would be appreciated. On

Re: Python Flink tests failing on Jenkins

2019-01-15 Thread Ahmet Altay
+Robert Bradshaw Is it this test suite: https://builds.apache.org/view/A-D/view/Beam/view/All/job/beam_PreCommit_Python_ValidatesRunner_Flink_Commit/ There is a recent change related to that https://github.com/apache/beam/pull/7514 and they seemed to be failing since then. Might be a configurati

Python Flink tests failing on Jenkins

2019-01-15 Thread Reuven Lax
Seems to be failing seting up virtualenv. Anyone else seeing this? *18:15:03* Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pluggy'