You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2019/03/01 19:00:02 UTC

[jira] [Updated] (GEODE-6453) Cleanup ReconnectDUnitTest

     [ https://issues.apache.org/jira/browse/GEODE-6453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk Lund updated GEODE-6453:
-----------------------------
    Description: 
ReconnectDUnitTest failed in precheckin due to PR changes but it was very difficult to debug. It appears to have lots of flakiness:
* The uses of await() are broken and do nothing.
* There is an integer being incremented from one thread and read by another thread without any thread-safety.


  was:ReconnectDUnitTest failed in precheckin due to PR changes but it was very difficult to debug. I see it catching exceptions and invoking fail, etc. There are all sort of problems in this test.


> Cleanup ReconnectDUnitTest
> --------------------------
>
>                 Key: GEODE-6453
>                 URL: https://issues.apache.org/jira/browse/GEODE-6453
>             Project: Geode
>          Issue Type: Wish
>          Components: tests
>            Reporter: Kirk Lund
>            Priority: Major
>
> ReconnectDUnitTest failed in precheckin due to PR changes but it was very difficult to debug. It appears to have lots of flakiness:
> * The uses of await() are broken and do nothing.
> * There is an integer being incremented from one thread and read by another thread without any thread-safety.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)