Skip to content

Commit 1986602

Browse files
committed
IGNITE-26807 Fix CacheConflictOperationsWithCustomResolverTest
1 parent 9177809 commit 1986602

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/cdc-ext/src/test/java/org/apache/ignite/cdc/CacheConflictOperationsWithCustomResolverTest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ public class CacheConflictOperationsWithCustomResolverTest extends CacheConflict
5858
GridTestUtils.assertThrows(log, super::testResolveDebug, AssertionError.class, "");
5959
}
6060

61+
/** {@inheritDoc} */
62+
@Test
63+
@Override public void testConflictWithExpiryPolicy() throws Exception {
64+
// LWW strategy resolves conflicts in unexpected way at versioned resolve test.
65+
GridTestUtils.assertThrows(log, super::testConflictWithExpiryPolicy, AssertionError.class, null);
66+
}
67+
6168
/**
6269
*
6370
*/

0 commit comments

Comments
 (0)