You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Kirk Lund <kl...@apache.org> on 2020/05/01 16:00:53 UTC

GemFireCacheImplCloseTest flakiness

I'm currently looking into potential flakiness
of GemFireCacheImplCloseTest. I'll fix this asap. Thanks!

org.apache.geode.internal.cache.GemFireCacheImplCloseTest >
close_blocksUntilFirstCallToCloseCompletes FAILED
    org.junit.ComparisonFailure: [ThreadId1=47 and threadId2=49]
expected:<4[7]L> but was:<4[9]L>
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
        at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at
org.apache.geode.internal.cache.GemFireCacheImplCloseTest.close_blocksUntilFirstCallToCloseCompletes(GemFireCacheImplCloseTest.java:225)

Re: GemFireCacheImplCloseTest flakiness

Posted by Jinmei Liao <ji...@pivotal.io>.
It failed on my PR as well.

On Fri, May 1, 2020 at 9:23 AM Kirk Lund <kl...@apache.org> wrote:

> I don't see anything obvious in the test so I’m going to mark the test
> @Ignore until I have a fix. Please review:
> https://github.com/apache/geode/pull/5038
>
> On Fri, May 1, 2020 at 9:00 AM Kirk Lund <kl...@apache.org> wrote:
>
> > I'm currently looking into potential flakiness
> > of GemFireCacheImplCloseTest. I'll fix this asap. Thanks!
> >
> > org.apache.geode.internal.cache.GemFireCacheImplCloseTest >
> > close_blocksUntilFirstCallToCloseCompletes FAILED
> >     org.junit.ComparisonFailure: [ThreadId1=47 and threadId2=49]
> > expected:<4[7]L> but was:<4[9]L>
> >         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> > Method)
> >         at
> >
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> >         at
> >
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> >         at
> >
> org.apache.geode.internal.cache.GemFireCacheImplCloseTest.close_blocksUntilFirstCallToCloseCompletes(GemFireCacheImplCloseTest.java:225)
> >
>


-- 
Cheers

Jinmei

Re: GemFireCacheImplCloseTest flakiness

Posted by Kirk Lund <kl...@apache.org>.
I don't see anything obvious in the test so I’m going to mark the test
@Ignore until I have a fix. Please review:
https://github.com/apache/geode/pull/5038

On Fri, May 1, 2020 at 9:00 AM Kirk Lund <kl...@apache.org> wrote:

> I'm currently looking into potential flakiness
> of GemFireCacheImplCloseTest. I'll fix this asap. Thanks!
>
> org.apache.geode.internal.cache.GemFireCacheImplCloseTest >
> close_blocksUntilFirstCallToCloseCompletes FAILED
>     org.junit.ComparisonFailure: [ThreadId1=47 and threadId2=49]
> expected:<4[7]L> but was:<4[9]L>
>         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
> Method)
>         at
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
>         at
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at
> org.apache.geode.internal.cache.GemFireCacheImplCloseTest.close_blocksUntilFirstCallToCloseCompletes(GemFireCacheImplCloseTest.java:225)
>