CRZbulabula opened a new pull request, #18337:
URL: https://github.com/apache/iotdb/pull/18337
## Description
The cluster IT failure observed in #18336 was unrelated to the WAL throttle
change.
`IoTDBRegionMigrateNormalITForIoTV2BatchIT#migrateRegionWithDegradedTimeIndexTest`
still configured `chunk_timeseriesmeta_free_memory_proportion` with seven
values.
After #18298, DataNode startup accepts the legacy eight-part form or the
current nine-part form. Both DataNodes therefore rejected the seven-part test
configuration during startup, leaving only the ConfigNode in the cluster.
This PR updates the test to use the current nine-part format while keeping
the TimeIndex proportion at `0`, preserving the test's degraded-time-index
behavior.
## Tests
- `mvn clean verify -DskipUTs
-Dit.test=IoTDBRegionMigrateNormalITForIoTV2BatchIT#migrateRegionWithDegradedTimeIndexTest
-DfailIfNoTests=false -Dfailsafe.failIfNoSpecifiedTests=false -pl
integration-test -am -PClusterIT -P with-integration-tests`
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
--
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]