[dev/1.3] Disable degraded time index migration IT#18182
Closed
CRZbulabula wants to merge 1 commit into
Closed
Conversation
b087a75 to
006ef47
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR temporarily disables
IoTDBRegionMigrateNormalIT.migrateRegionWithDegradedTimeIndexTestondev/1.3.The test was introduced by #18157. On current
dev/1.3,successTest()callscheckClusterStillWritable()after a successful migration. That helper already writes the second row and verifies count = 2. After returning fromsuccessTest(),migrateRegionWithDegradedTimeIndexTeststill expects count = 1 before doing its own insert, so the test fails deterministically withexpected:<1> but was:<2>.This change only disables the broken IT method on
dev/1.3and does not change runtime behavior.Verification
mvn spotless:apply -pl integration-test -P with-integration-testsmvn test-compile -DskipTests -pl integration-test -P with-integration-testswas attempted but did not reach compilation because1.3.7-SNAPSHOTIoTDB module artifacts are not available from the configured Maven repositories.