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

   ## Description
   
   This PR temporarily disables 
`IoTDBRegionMigrateNormalIT.migrateRegionWithDegradedTimeIndexTest` on 
`dev/1.3`.
   
   The test was introduced by #18157. On current `dev/1.3`, `successTest()` 
calls `checkClusterStillWritable()` after a successful migration. That helper 
already writes the second row and verifies count = 2. After returning from 
`successTest()`, `migrateRegionWithDegradedTimeIndexTest` still expects count = 
1 before doing its own insert, so the test fails deterministically with 
`expected:<1> but was:<2>`.
   
   This change only disables the broken IT method on `dev/1.3` and does not 
change runtime behavior.
   
   ## Verification
   
   - `mvn spotless:apply -pl integration-test -P with-integration-tests`
   - `mvn test-compile -DskipTests -pl integration-test -P 
with-integration-tests` was attempted but did not reach compilation because 
`1.3.7-SNAPSHOT` IoTDB module artifacts are not available from the configured 
Maven repositories.
   


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