Anyone seen this before? One-time thing or test instability?
> ClusterShutdownITCase.testClusterShutdown:71 assertion failed: timeout (29848225634 nanoseconds) during expectMsgClass waiting for class org.apache.flink.runtime.clusterframework.messages.StopClusterSuccessful -Matthias |
Hey Matthias,
the test has been only recently added with the resource management refactoring. It's probably just a too aggressive timeout for Travis. @Max: Did you ever see this fail? – Ufuk On Fri, Apr 1, 2016 at 9:24 AM, Matthias J. Sax <[hidden email]> wrote: > Anyone seen this before? One-time thing or test instability? > >> ClusterShutdownITCase.testClusterShutdown:71 assertion failed: timeout (29848225634 nanoseconds) during expectMsgClass waiting for class org.apache.flink.runtime.clusterframework.messages.StopClusterSuccessful > > > -Matthias > |
Hi Matthias,
Thanks for spotting the test failure. It's actually a bug in the code and not a test problem. Fixing it. Cheers, Max On Fri, Apr 1, 2016 at 9:33 AM, Ufuk Celebi <[hidden email]> wrote: > Hey Matthias, > > the test has been only recently added with the resource management > refactoring. It's probably just a too aggressive timeout for Travis. > > @Max: Did you ever see this fail? > > – Ufuk > > On Fri, Apr 1, 2016 at 9:24 AM, Matthias J. Sax <[hidden email]> wrote: >> Anyone seen this before? One-time thing or test instability? >> >>> ClusterShutdownITCase.testClusterShutdown:71 assertion failed: timeout (29848225634 nanoseconds) during expectMsgClass waiting for class org.apache.flink.runtime.clusterframework.messages.StopClusterSuccessful >> >> >> -Matthias >> |
Fixed with the resolution of https://issues.apache.org/jira/browse/FLINK-3689.
On Fri, Apr 1, 2016 at 12:40 PM, Maximilian Michels <[hidden email]> wrote: > Hi Matthias, > > Thanks for spotting the test failure. It's actually a bug in the code > and not a test problem. Fixing it. > > Cheers, > Max > > On Fri, Apr 1, 2016 at 9:33 AM, Ufuk Celebi <[hidden email]> wrote: >> Hey Matthias, >> >> the test has been only recently added with the resource management >> refactoring. It's probably just a too aggressive timeout for Travis. >> >> @Max: Did you ever see this fail? >> >> – Ufuk >> >> On Fri, Apr 1, 2016 at 9:24 AM, Matthias J. Sax <[hidden email]> wrote: >>> Anyone seen this before? One-time thing or test instability? >>> >>>> ClusterShutdownITCase.testClusterShutdown:71 assertion failed: timeout (29848225634 nanoseconds) during expectMsgClass waiting for class org.apache.flink.runtime.clusterframework.messages.StopClusterSuccessful >>> >>> >>> -Matthias >>> |
Thanks. Just tried is out and it works :)
On 04/01/2016 08:57 PM, Maximilian Michels wrote: > Fixed with the resolution of https://issues.apache.org/jira/browse/FLINK-3689. > > On Fri, Apr 1, 2016 at 12:40 PM, Maximilian Michels <[hidden email]> wrote: >> Hi Matthias, >> >> Thanks for spotting the test failure. It's actually a bug in the code >> and not a test problem. Fixing it. >> >> Cheers, >> Max >> >> On Fri, Apr 1, 2016 at 9:33 AM, Ufuk Celebi <[hidden email]> wrote: >>> Hey Matthias, >>> >>> the test has been only recently added with the resource management >>> refactoring. It's probably just a too aggressive timeout for Travis. >>> >>> @Max: Did you ever see this fail? >>> >>> – Ufuk >>> >>> On Fri, Apr 1, 2016 at 9:24 AM, Matthias J. Sax <[hidden email]> wrote: >>>> Anyone seen this before? One-time thing or test instability? >>>> >>>>> ClusterShutdownITCase.testClusterShutdown:71 assertion failed: timeout (29848225634 nanoseconds) during expectMsgClass waiting for class org.apache.flink.runtime.clusterframework.messages.StopClusterSuccessful >>>> >>>> >>>> -Matthias >>>> |
In reply to this post by mxm
Happened again after your fix:
https://travis-ci.org/apache/flink/jobs/120620482 -Matthias On 04/01/2016 08:57 PM, Maximilian Michels wrote: > Fixed with the resolution of https://issues.apache.org/jira/browse/FLINK-3689. > > On Fri, Apr 1, 2016 at 12:40 PM, Maximilian Michels <[hidden email]> wrote: >> Hi Matthias, >> >> Thanks for spotting the test failure. It's actually a bug in the code >> and not a test problem. Fixing it. >> >> Cheers, >> Max >> >> On Fri, Apr 1, 2016 at 9:33 AM, Ufuk Celebi <[hidden email]> wrote: >>> Hey Matthias, >>> >>> the test has been only recently added with the resource management >>> refactoring. It's probably just a too aggressive timeout for Travis. >>> >>> @Max: Did you ever see this fail? >>> >>> – Ufuk >>> >>> On Fri, Apr 1, 2016 at 9:24 AM, Matthias J. Sax <[hidden email]> wrote: >>>> Anyone seen this before? One-time thing or test instability? >>>> >>>>> ClusterShutdownITCase.testClusterShutdown:71 assertion failed: timeout (29848225634 nanoseconds) during expectMsgClass waiting for class org.apache.flink.runtime.clusterframework.messages.StopClusterSuccessful >>>> >>>> >>>> -Matthias >>>> |
Thanks, the actual problem is that the ActorSystem gets shutdown. This
breaks the testing code. Should be fixed once https://github.com/apache/flink/pull/1852 is merged. On Tue, Apr 5, 2016 at 12:25 PM, Matthias J. Sax <[hidden email]> wrote: > Happened again after your fix: > https://travis-ci.org/apache/flink/jobs/120620482 > > -Matthias > > > On 04/01/2016 08:57 PM, Maximilian Michels wrote: >> Fixed with the resolution of https://issues.apache.org/jira/browse/FLINK-3689. >> >> On Fri, Apr 1, 2016 at 12:40 PM, Maximilian Michels <[hidden email]> wrote: >>> Hi Matthias, >>> >>> Thanks for spotting the test failure. It's actually a bug in the code >>> and not a test problem. Fixing it. >>> >>> Cheers, >>> Max >>> >>> On Fri, Apr 1, 2016 at 9:33 AM, Ufuk Celebi <[hidden email]> wrote: >>>> Hey Matthias, >>>> >>>> the test has been only recently added with the resource management >>>> refactoring. It's probably just a too aggressive timeout for Travis. >>>> >>>> @Max: Did you ever see this fail? >>>> >>>> – Ufuk >>>> >>>> On Fri, Apr 1, 2016 at 9:24 AM, Matthias J. Sax <[hidden email]> wrote: >>>>> Anyone seen this before? One-time thing or test instability? >>>>> >>>>>> ClusterShutdownITCase.testClusterShutdown:71 assertion failed: timeout (29848225634 nanoseconds) during expectMsgClass waiting for class org.apache.flink.runtime.clusterframework.messages.StopClusterSuccessful >>>>> >>>>> >>>>> -Matthias >>>>> > |
Free forum by Nabble | Edit this page |