Caideyipi opened a new pull request, #17903: URL: https://github.com/apache/iotdb/pull/17903
## Description This PR improves integration-test cluster readiness handling without changing CI workflow semantics. - make the default cluster ready retry count configurable through integrationTest.clusterReadyRetryCount, while keeping the default at 30 - include cluster readiness failure details in the final assertion message, including node sizes, last node status, process status, last exception, and log directories - dump node jstacks when cluster status or JDBC readiness checks exhaust retries - record per-DataNode JDBC connection failures during readiness checks - clear MultiEnvFactory environments before creating a new multi-env set to avoid static list growth across test methods ## Tests - mvn spotless:apply -pl integration-test -P with-integration-tests -DskipTests - mvn -Ddevelocity.off=true spotless:check -pl integration-test -P with-integration-tests -DskipTests - git diff --check -- integration-test/src/main/java/org/apache/iotdb/it/env/cluster/env/AbstractEnv.java integration-test/src/main/java/org/apache/iotdb/it/env/MultiEnvFactory.java - mvn -Ddevelocity.off=true compile -pl integration-test -P with-integration-tests -DskipTests reached BUILD SUCCESS; the local JVM then exited with a native memory/pagefile error after build completion -- 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]
