Kirk Lund created GEODE-5630:
--------------------------------

             Summary: Some tests using await should use until instead of 
untilAsserted
                 Key: GEODE-5630
                 URL: https://issues.apache.org/jira/browse/GEODE-5630
             Project: Geode
          Issue Type: Bug
          Components: tests
            Reporter: Kirk Lund


Awaitility was upgraded for GEODE-5593 and most or all of the await()...until() 
calls were changed to await()...untilAsserted(). One or more of these that are 
now incorrect.

BucketCreationCrashCompletesRegressionTest line 173 is now:

{noformat}
      await().atMost(2, MINUTES).untilAsserted(() -> {
        hasBucketOwners(partitionedRegion, bucketId);
      });
{noformat}

But hasBucketOwners returns a boolean and does not perform any assertions.

I'll fix this test and then review every other test that was changed to use 
untilAsserted.



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

Reply via email to