Skip to content

Commit

Permalink
Fix restart bwc (#624)
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <[email protected]>
  • Loading branch information
finnegancarroll authored Sep 17, 2024
1 parent bda7881 commit 456bb83
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -426,11 +426,7 @@ task "${baseName}#fullRestartClusterTask"(type: StandaloneRestIntegTestTask) {
dependsOn "${baseName}#oldVersionClusterTask1"
useCluster testClusters."${baseName}1"
doFirst {
if (bwcBundleTest){
testClusters."${baseName}1".nextNodeToNextVersion()
} else {
testClusters."${baseName}1".upgradeNodeAndPluginToNextVersion(plugins)
}
testClusters."${baseName}1".upgradeAllNodesAndPluginsToNextVersion(plugins)
}
filter {
includeTestsMatching "org.opensearch.search.asynchronous.bwc.*IT"
Expand Down

0 comments on commit 456bb83

Please sign in to comment.