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/12/05 19:12:21 UTC

Fixed flaky dunit test AsyncInvocationTimeoutDistributedTest

I just merged #5799 to develop. This
fixes AsyncInvocationTimeoutDistributedTest which is one of the top 3
flakiest dunit tests.

Mass test results: 21% flaky overall, top three offenders:
1) GEODE-8573: SerialGatewaySenderOperationsDistributedTest (8%)
2) GEODE-7710: JMXMBeanReconnectDUnitTest (4%)
3) GEODE-8634: AsyncInvocationTimeoutDistributedTest (3%)

Cheers,
Kirk

Re: Fixed flaky dunit test AsyncInvocationTimeoutDistributedTest

Posted by Owen Nichols <on...@vmware.com>.
Thanks @Kirk!

Mass test runs start at 5pm Friday so we should see the improvement from this Dec 15

From: Kirk Lund <kl...@apache.org>
Date: Saturday, December 5, 2020 at 11:12 AM
To: dev@geode.apache.org <de...@geode.apache.org>
Subject: Fixed flaky dunit test AsyncInvocationTimeoutDistributedTest
I just merged #5799 to develop. This
fixes AsyncInvocationTimeoutDistributedTest which is one of the top 3
flakiest dunit tests.

Mass test results: 21% flaky overall, top three offenders:
1) GEODE-8573: SerialGatewaySenderOperationsDistributedTest (8%)
2) GEODE-7710: JMXMBeanReconnectDUnitTest (4%)
3) GEODE-8634: AsyncInvocationTimeoutDistributedTest (3%)

Cheers,
Kirk