Caideyipi opened a new pull request, #17921: URL: https://github.com/apache/iotdb/pull/17921
This PR makes WALNodeTest#testDeleteOutdatedFiles deterministic by explicitly rolling the WAL after flushing the old memtable. The previous test relied on 20000 writes exceeding the WAL size threshold, which can fail when serialized entry size changes. Tests: mvn -pl iotdb-core/datanode spotless:apply; git diff --check; mvn -pl iotdb-core/datanode -am -Dtest=WALNodeTest#testDeleteOutdatedFiles -DfailIfNoTests=false -Dsurefire.failIfNoSpecifiedTests=false test (blocked locally by datanode generated ModeAccumulator compile errors before test execution). -- 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]
