Caideyipi opened a new pull request, #18198: URL: https://github.com/apache/iotdb/pull/18198
## Description Some Pipe integration tests override the base setup and therefore skip the common configuration that disables Pipe memory management and memory checks. This PR disables both controls for the sender and receiver before cluster initialization in: - IoTDBPipeProtocolIT - IoTDBPipeMetaLeaderChangeIT For IoTDBPipeProtocolIT, this covers estPipeOnBothSenderAndReceiver and the three connector node-URLs tests, whose setup paths do not use innerSetUp(). These functional tests are not intended to exercise Pipe memory control. No production behavior or default configuration is changed. ## Verification - mvn spotless:apply -pl integration-test -P with-integration-tests - mvn test-compile -pl integration-test -P with-integration-tests -DskipTests <hr> This PR has: - [x] been self-reviewed. - [x] added comments explaining the why and the intent where it would not be obvious, or no new comments were necessary. - [x] added or modified tests to cover the changed setup paths. -- 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]
