Caideyipi opened a new pull request, #18332: URL: https://github.com/apache/iotdb/pull/18332
## Description The Windows DataNode unit-test job can run under heavy memory and CPU pressure. `PipeTsFileInsertionEventAdmissionTest` had a 10-second whole-method timeout, and the observed failure timed out on the first `CommonDescriptor.getInstance()` call during class initialization, before the parser-admission logic ran. The same JVM also reported `OutOfMemoryError: Java heap space` from Surefire's stream flusher. Raise the outer safety timeout to 60 seconds for the two Pipe TsFile event tests that used 5/10-second whole-method limits. The admission test's behavior checks remain strict and unchanged: it still verifies the parser stays blocked for 200 ms and resumes within 3 seconds after memory is released. ## Verification - DataNode Spotless: passed - DataNode Checkstyle: 0 violations - `git diff --check`: passed The local targeted Maven run was blocked during reactor compilation because the installed Thrift 0.14.1 compiler generates `javax.annotation.Generated` sources on JDK 17. The PR CI uses the supported build environment and will provide the test result. -- 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]
