Kenneth Knowles created BEAM-6256:
-------------------------------------
Summary: ./gradlew needsRunnerTests fails on fresh clone
Key: BEAM-6256
URL: https://issues.apache.org/jira/browse/BEAM-6256
Project: Beam
Issue Type: Bug
Components: build-system
Reporter: Kenneth Knowles
Assignee: Luke Cwik
On OSX, this fails on the master branch:
{{./gradlew needsRunnerTests}}
A few tests fail before it appears to lock up and time out:
{code:java}
> Task :beam-runners-direct-java:needsRunnerTests
org.apache.beam.runners.core.metrics.MetricsPusherTest > test FAILED
java.lang.AssertionError at MetricsPusherTest.java:71
org.apache.beam.sdk.io.TFRecordIOTest > testReadInvalidDataMask FAILED
java.lang.AssertionError
org.apache.beam.sdk.io.TFRecordIOTest > testReadInvalidLengthMask FAILED
java.lang.AssertionError
org.apache.beam.sdk.io.AvroIOTest >
testContinuouslyWriteAndReadMultipleFilepatterns FAILED
java.lang.IllegalArgumentException at AvroIOTest.java:453
org.apache.beam.sdk.io.FileIOTest > testMatchWatchForNewFiles FAILED
java.lang.IllegalArgumentException at FileIOTest.java:192{code}
And at this point it hangs.
This should be part of the Java Pre-commit, so it might be OS-specific. A bare
invocation of these tests should always pass, and pretty quickly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)