[jira] [Created] (IGNITE-10127) GridCacheRebalancingSyncSelfTest ignores check result

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-10127) GridCacheRebalancingSyncSelfTest ignores check result

Anton Vinogradov (Jira)
Ryabov Dmitrii created IGNITE-10127:
---------------------------------------

             Summary: GridCacheRebalancingSyncSelfTest ignores check result
                 Key: IGNITE-10127
                 URL: https://issues.apache.org/jira/browse/IGNITE-10127
             Project: Ignite
          Issue Type: Test
            Reporter: Ryabov Dmitrii
             Fix For: 2.8


{{checkSupplyContextMapIsEmpty()}} method checks that map is empty, but ignores result of this check.

{code:java}
GridTestUtils.waitForCondition(new PA() {
    @Override public boolean apply() {
        synchronized (map) {
            return map.isEmpty();
        }
    }
}, 15_000);
{code}

We should check that {{waitForCondition()}} returns true to be sure that map is cleared.



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