Failing Test

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Failing Test

Matthias J. Sax-2
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


signature.asc (836 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Failing Test

Ufuk Celebi-2
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
>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: Failing Test

mxm
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
>>
mxm
Reply | Threaded
Open this post in threaded view
|

Re: Failing Test

mxm
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
>>>
Reply | Threaded
Open this post in threaded view
|

Re: Failing Test

Matthias J. Sax-2
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
>>>>


signature.asc (836 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Failing Test

Matthias J. Sax-2
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
>>>>


signature.asc (836 bytes) Download Attachment
mxm
Reply | Threaded
Open this post in threaded view
|

Re: Failing Test

mxm
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
>>>>>
>