This is an automated email from the ASF dual-hosted git repository. jxue pushed a commit to branch metaclient in repository https://gitbox.apache.org/repos/asf/helix.git
commit b3581101174949c300da7f7a59821548459876b8 Author: Grant Palau Spencer <[email protected]> AuthorDate: Mon Jun 5 10:52:30 2023 -0700 set test iteration count to 500 --- .../java/org/apache/helix/metaclient/impl/zk/TestStressZkClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-client/src/test/java/org/apache/helix/metaclient/impl/zk/TestStressZkClient.java b/meta-client/src/test/java/org/apache/helix/metaclient/impl/zk/TestStressZkClient.java index 5706dec7d..393a17f1b 100644 --- a/meta-client/src/test/java/org/apache/helix/metaclient/impl/zk/TestStressZkClient.java +++ b/meta-client/src/test/java/org/apache/helix/metaclient/impl/zk/TestStressZkClient.java @@ -48,7 +48,7 @@ import static org.apache.helix.metaclient.api.MetaClientInterface.EntryMode.*; public class TestStressZkClient extends ZkMetaClientTestBase { private ZkMetaClient<String> _zkMetaClient; - private static final long TEST_ITERATION_COUNT = 10; + private static final long TEST_ITERATION_COUNT = 500; @BeforeTest private void setUp() {
