Skip to content

Commit 0a2afbc

Browse files
committed
Harden TopicChannelCountRecoveryTests
(merge ce/main -> ce/24.03 109949) [git-p4: depot-paths = "//dev/coherence-ce/release/coherence-ce-v24.03/": change = 109952]
1 parent e71e5ac commit 0a2afbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prj/test/functional/topics/src/main/java/topics/TopicChannelCountRecoveryTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ private CoherenceCluster startCluster(String suffix, boolean fStorage, int cMemb
124124
SystemProperty.of("test.log.level", "9"),
125125
SystemProperty.of("test.log", "stderr"),
126126
SystemProperty.of("coherence.distributed.partitioncount", "13"),
127-
StabilityPredicate.none(),
127+
StabilityPredicate.of(CoherenceCluster.Predicates.isReady()),
128128
LocalStorage.enabled(fStorage),
129129
Logging.atMax(),
130130
JMXManagementMode.ALL,

0 commit comments

Comments
 (0)