CRZbulabula opened a new pull request, #18536: URL: https://github.com/apache/iotdb/pull/18536
### Motivation Ensure the IoTConsensus reconstruction IT waits until the follower has received the inserted data before deleting its TsFiles and exercising the reconstruction loop. This preserves the original while(true) test flow while avoiding a race with follower replication. ### Verification - `mvn spotless:apply -P with-integration-tests -pl integration-test` - `mvn spotless:check -P with-integration-tests -pl integration-test` - `mvn test-compile -DskipTests -P with-integration-tests -pl integration-test -am` - `mvn verify -DskipUTs -Dit.test=IoTDBRegionReconstructForIoTV1IT#normal1C3DTest -DfailIfNoTests=false -Dfailsafe.failIfNoSpecifiedTests=false -pl integration-test -am -P with-integration-tests` -- 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]
