Move IoTConsensus multi-data-dir region migration ITs to commit suite#18081
Open
hongzhi-gao wants to merge 2 commits into
Open
Move IoTConsensus multi-data-dir region migration ITs to commit suite#18081hongzhi-gao wants to merge 2 commits into
hongzhi-gao wants to merge 2 commits into
Conversation
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
Content1
Move IoTConsensus multi-data-dir region migration ITs from
pass/daily/iotv1topass/commit, updating package names and static imports so they run in the commit CI suite instead of daily.Content2
Fix
IoTDBMigrateMultiRegionForIoTV1IT.multiRegionMigrateTest, which failed in ClusterIT (1C3D) becauseINSERTION1only creates one schema region and one data region; with replication factor 1 they are often placed on different DataNodes, so no DataNode hosts two regions. Before multi-region migrate, colocate regions viaextend regionwhen needed.This PR has:
Key changed/added classes (or packages if there are too many classes) in this PR
org.apache.iotdb.confignode.it.regionmigration.pass.commit— 3 IT classes moved frompass.daily.iotv1:IoTDBRegionMigrateWithDeletionMultiDataDirITIoTDBRegionMigrateWithDeletionMultiDataDirTableITRegionMigrateFileAssertionsIoTDBMigrateMultiRegionForIoTV1IT— fix region colocation before multi-region migrateTest plan
IoTDBRegionMigrateWithDeletionMultiDataDirIT(ClusterIT)IoTDBRegionMigrateWithDeletionMultiDataDirTableIT(TableClusterIT)IoTDBMigrateMultiRegionForIoTV1IT(ClusterIT)