Dan Smith created GEODE-5629:
--------------------------------

             Summary: GMSEncryptJUnitTest does not actually check the results 
of threads it starts
                 Key: GEODE-5629
                 URL: https://issues.apache.org/jira/browse/GEODE-5629
             Project: Geode
          Issue Type: Bug
            Reporter: Dan Smith


The testForClusterSecretKeyFromOtherMemberMultipleThreads method starts a bunch 
of threads, but it does not actually check to see if they ran successfully 
without an exception. It just waits for them to finish around line 362. This 
test should be refactored to use the ConcurrencyRule.

{code}
 countDownLatch.await();
{code}



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

Reply via email to