zstan commented on a change in pull request #9527:
URL: https://github.com/apache/ignite/pull/9527#discussion_r754110562
##########
File path:
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/db/wal/IgniteWalHistoryReservationsTest.java
##########
@@ -403,28 +403,20 @@ public void testWalHistoryPartiallyRemoved() throws
Exception {
int entryCnt = 10_000;
- IgniteEx ig0 = (IgniteEx)startGrids(2);
+ IgniteEx ig0 = startGrids(2);
- ig0.cluster().active(true);
+ ig0.cluster().state(ClusterState.ACTIVE);
IgniteCache<Integer, Integer> cache = ig0.cache("cache1");
for (int k = 0; k < entryCnt; k++)
cache.put(k, k);
- GridTestUtils.runAsync(new Callable<Object>() {
Review comment:
this test seems flaky at all and it already fixed in ggce and still
erroneous in ai master.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]