|
I recently merged the master branch to something I've been working on.
However, the travis build is failing with this error: I have made no changes to the existing files, only added some new files and the tests for those actually pass properly. The build is here: https://travis-ci.org/apache/flink/jobs/65033687 Tests run: 12, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: 191.921 sec <<< FAILURE! - in org.apache.flink.yarn.YARNSessionFIFOITCase perJobYarnCluster(org.apache.flink.yarn.YARNSessionFIFOITCase) Time elapsed: 22.953 sec <<< FAILURE! java.lang.AssertionError: Runner thread died before the test was finished. Return value = 0 at org.junit.Assert.fail(Assert.java:88) at org.apache.flink.yarn.YarnTestBase.runWithArgs(YarnTestBase.java:453) at org.apache.flink.yarn.YARNSessionFIFOITCase.perJobYarnCluster(YARNSessionFIFOITCase.java:407) Regards Sachin Goel |
|
Hi,
I think there are currently at least three tests randomly failing on Travis: - the yarn failure you've just reported - the KafkaITCase - a ConnectedComponent test (Ufuk posted something about this 2 hrs ago) On Tue, Jun 2, 2015 at 5:41 PM, Sachin Goel <[hidden email]> wrote: > I recently merged the master branch to something I've been working on. > However, the travis build is failing with this error: > I have made no changes to the existing files, only added some new files and > the tests for those actually pass properly. > The build is here: https://travis-ci.org/apache/flink/jobs/65033687 > > Tests run: 12, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: > 191.921 sec <<< FAILURE! - in > org.apache.flink.yarn.YARNSessionFIFOITCase > perJobYarnCluster(org.apache.flink.yarn.YARNSessionFIFOITCase) Time > elapsed: 22.953 sec <<< FAILURE! > java.lang.AssertionError: Runner thread died before the test was > finished. Return value = 0 > at org.junit.Assert.fail(Assert.java:88) > at > org.apache.flink.yarn.YarnTestBase.runWithArgs(YarnTestBase.java:453) > at > org.apache.flink.yarn.YARNSessionFIFOITCase.perJobYarnCluster(YARNSessionFIFOITCase.java:407) > > Regards > Sachin Goel > |
|
The last one is actually SuccessAfterNetworkBuffersFailureITCase which
uses ConnectedComponents. On Tue, Jun 2, 2015 at 5:42 PM, Robert Metzger <[hidden email]> wrote: > Hi, > I think there are currently at least three tests randomly failing on Travis: > - the yarn failure you've just reported > - the KafkaITCase > - a ConnectedComponent test (Ufuk posted something about this 2 hrs ago) > > On Tue, Jun 2, 2015 at 5:41 PM, Sachin Goel <[hidden email]> > wrote: > >> I recently merged the master branch to something I've been working on. >> However, the travis build is failing with this error: >> I have made no changes to the existing files, only added some new files and >> the tests for those actually pass properly. >> The build is here: https://travis-ci.org/apache/flink/jobs/65033687 >> >> Tests run: 12, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: >> 191.921 sec <<< FAILURE! - in >> org.apache.flink.yarn.YARNSessionFIFOITCase >> perJobYarnCluster(org.apache.flink.yarn.YARNSessionFIFOITCase) Time >> elapsed: 22.953 sec <<< FAILURE! >> java.lang.AssertionError: Runner thread died before the test was >> finished. Return value = 0 >> at org.junit.Assert.fail(Assert.java:88) >> at >> org.apache.flink.yarn.YarnTestBase.runWithArgs(YarnTestBase.java:453) >> at >> org.apache.flink.yarn.YARNSessionFIFOITCase.perJobYarnCluster(YARNSessionFIFOITCase.java:407) >> >> Regards >> Sachin Goel >> |
|
Ah. This is a known issue then.
Regards Sachin Goel On Tue, Jun 2, 2015 at 9:14 PM, Aljoscha Krettek <[hidden email]> wrote: > The last one is actually SuccessAfterNetworkBuffersFailureITCase which > uses ConnectedComponents. > > On Tue, Jun 2, 2015 at 5:42 PM, Robert Metzger <[hidden email]> > wrote: > > Hi, > > I think there are currently at least three tests randomly failing on > Travis: > > - the yarn failure you've just reported > > - the KafkaITCase > > - a ConnectedComponent test (Ufuk posted something about this 2 hrs ago) > > > > On Tue, Jun 2, 2015 at 5:41 PM, Sachin Goel <[hidden email]> > > wrote: > > > >> I recently merged the master branch to something I've been working on. > >> However, the travis build is failing with this error: > >> I have made no changes to the existing files, only added some new files > and > >> the tests for those actually pass properly. > >> The build is here: https://travis-ci.org/apache/flink/jobs/65033687 > >> > >> Tests run: 12, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: > >> 191.921 sec <<< FAILURE! - in > >> org.apache.flink.yarn.YARNSessionFIFOITCase > >> perJobYarnCluster(org.apache.flink.yarn.YARNSessionFIFOITCase) Time > >> elapsed: 22.953 sec <<< FAILURE! > >> java.lang.AssertionError: Runner thread died before the test was > >> finished. Return value = 0 > >> at org.junit.Assert.fail(Assert.java:88) > >> at > >> org.apache.flink.yarn.YarnTestBase.runWithArgs(YarnTestBase.java:453) > >> at > >> > org.apache.flink.yarn.YARNSessionFIFOITCase.perJobYarnCluster(YARNSessionFIFOITCase.java:407) > >> > >> Regards > >> Sachin Goel > >> > |
|
I'm looking into the last one already.
On Tuesday, June 2, 2015, Sachin Goel <[hidden email]> wrote: > Ah. This is a known issue then. > > Regards > Sachin Goel > > On Tue, Jun 2, 2015 at 9:14 PM, Aljoscha Krettek <[hidden email] > <javascript:;>> > wrote: > > > The last one is actually SuccessAfterNetworkBuffersFailureITCase which > > uses ConnectedComponents. > > > > On Tue, Jun 2, 2015 at 5:42 PM, Robert Metzger <[hidden email] > <javascript:;>> > > wrote: > > > Hi, > > > I think there are currently at least three tests randomly failing on > > Travis: > > > - the yarn failure you've just reported > > > - the KafkaITCase > > > - a ConnectedComponent test (Ufuk posted something about this 2 hrs > ago) > > > > > > On Tue, Jun 2, 2015 at 5:41 PM, Sachin Goel <[hidden email] > <javascript:;>> > > > wrote: > > > > > >> I recently merged the master branch to something I've been working on. > > >> However, the travis build is failing with this error: > > >> I have made no changes to the existing files, only added some new > files > > and > > >> the tests for those actually pass properly. > > >> The build is here: https://travis-ci.org/apache/flink/jobs/65033687 > > >> > > >> Tests run: 12, Failures: 1, Errors: 0, Skipped: 2, Time elapsed: > > >> 191.921 sec <<< FAILURE! - in > > >> org.apache.flink.yarn.YARNSessionFIFOITCase > > >> perJobYarnCluster(org.apache.flink.yarn.YARNSessionFIFOITCase) Time > > >> elapsed: 22.953 sec <<< FAILURE! > > >> java.lang.AssertionError: Runner thread died before the test was > > >> finished. Return value = 0 > > >> at org.junit.Assert.fail(Assert.java:88) > > >> at > > >> org.apache.flink.yarn.YarnTestBase.runWithArgs(YarnTestBase.java:453) > > >> at > > >> > > > org.apache.flink.yarn.YARNSessionFIFOITCase.perJobYarnCluster(YARNSessionFIFOITCase.java:407) > > >> > > >> Regards > > >> Sachin Goel > > >> > > > |
| Free forum by Nabble | Edit this page |
