Caideyipi opened a new pull request, #18109:
URL: https://github.com/apache/iotdb/pull/18109

   ## Description
   
   Some manual Pipe ITs override `AbstractPipeDualManualIT#setUp()` and 
therefore miss the default Pipe test configuration from the base class. In 
resource-constrained runs this can leave Pipe memory checks enabled and make 
`createPipe` fail with `PIPE_ERROR` due to insufficient Pipe memory.
   
   This patch aligns the overridden setups with the base Pipe IT configuration 
by disabling Pipe memory management, Pipe memory check, and auto split full for:
   
   - `IoTDBPipeMetaHistoricalIT`
   - `IoTDBPipeMetaLeaderChangeIT`
   - `IoTDBPipePermissionIT`
   
   ## Verification
   
   - `mvn -Ddevelocity.off=true -P with-integration-tests -pl integration-test 
-DskipTests -DskipITs test-compile`


-- 
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]

Reply via email to