Skip to content

Commit

Permalink
Updating IT with correct migration setting
Browse files Browse the repository at this point in the history
Signed-off-by: Shubh Sahu <[email protected]>
(cherry picked from commit 2e04b0e)
  • Loading branch information
Shubh Sahu authored and github-actions[bot] committed Aug 1, 2024
1 parent 3c1cbdd commit af9bab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ testClusters {
testDistribution = "ARCHIVE"
}
int debugPort = 5005
//adding it to test migration
systemProperty('opensearch.experimental.feature.remote_store.migration.enabled','true')

if (_numNodes > 1) numberOfNodes = _numNodes
//numberOfNodes = 3
Expand Down Expand Up @@ -939,8 +937,7 @@ task integTestRemote (type: RestIntegTestTask) {

}
filter {
setExcludePatterns("org.opensearch.replication.bwc.BackwardsCompatibilityIT","org.opensearch.replication.singleCluster.SingleClusterSanityIT",
"org.opensearch.replication.integ.rest.StartReplicationIT.test operations are fetched from lucene when leader is in mixed mode")
setExcludePatterns("org.opensearch.replication.bwc.BackwardsCompatibilityIT","org.opensearch.replication.singleCluster.SingleClusterSanityIT")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1279,8 +1279,8 @@ class StartReplicationIT: MultiClusterRestTestCase() {
val entityAsString = """
{
"persistent": {
"remote_store.compatibility_mode": "mixed",
"migration.direction" : "remote_store"
"cluster.remote_store.compatibility_mode": "mixed",
"cluster.migration.direction" : "remote_store"
}
}""".trimMargin()

Expand Down

0 comments on commit af9bab9

Please sign in to comment.