Skip to content

Commit

Permalink
Trial: bwc test enablements
Browse files Browse the repository at this point in the history
Signed-off-by: mgodwan <[email protected]>
  • Loading branch information
mgodwan committed Jan 25, 2024
1 parent d67548a commit e474980
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ List<Provider<RegularFile>> plugins = [
task "${baseName}#oldVersionClusterTask$i"(type: StandaloneRestIntegTestTask) {
useCluster testClusters."${baseName}$i"
filter {
includeTestsMatching "org.opensearch.index.codecs.customcodecs.bwc.*IT"
includeTestsMatching "org.opensearch.index.codec.customcodecs.bwc.*"
}
systemProperty 'tests.rest.bwcsuite', 'old_cluster'
systemProperty 'tests.rest.bwcsuite_round', 'old'
Expand All @@ -281,7 +281,7 @@ task "${baseName}#mixedClusterTask"(type: StandaloneRestIntegTestTask) {
testClusters."${baseName}0".upgradeNodeAndPluginToNextVersion(plugins)
}
filter {
includeTestsMatching "org.opensearch.index.codecs.customcodecs.bwc.*IT"
includeTestsMatching "org.opensearch.index.codec.customcodecs.bwc.*"
}
systemProperty 'tests.rest.bwcsuite', 'mixed_cluster'
systemProperty 'tests.rest.bwcsuite_round', 'first'
Expand All @@ -300,7 +300,7 @@ task "${baseName}#twoThirdsUpgradedClusterTask"(type: StandaloneRestIntegTestTas
testClusters."${baseName}0".upgradeNodeAndPluginToNextVersion(plugins)
}
filter {
includeTestsMatching "org.opensearch.index.codecs.customcodecs.bwc.*IT"
includeTestsMatching "org.opensearch.index.codec.customcodecs.bwc.*"
}
systemProperty 'tests.rest.bwcsuite', 'mixed_cluster'
systemProperty 'tests.rest.bwcsuite_round', 'second'
Expand All @@ -319,7 +319,7 @@ task "${baseName}#rollingUpgradeClusterTask"(type: StandaloneRestIntegTestTask)
testClusters."${baseName}0".upgradeNodeAndPluginToNextVersion(plugins)
}
filter {
includeTestsMatching "org.opensearch.index.codecs.customcodecs.bwc.*IT"
includeTestsMatching "org.opensearch.index.codec.customcodecs.bwc.*"
}
mustRunAfter "${baseName}#mixedClusterTask"
systemProperty 'tests.rest.bwcsuite', 'mixed_cluster'
Expand All @@ -338,7 +338,7 @@ task "${baseName}#fullRestartClusterTask"(type: StandaloneRestIntegTestTask) {
testClusters."${baseName}1".upgradeAllNodesAndPluginsToNextVersion(plugins)
}
filter {
includeTestsMatching "org.opensearch.index.codecs.customcodecs.bwc.*IT"
includeTestsMatching "org.opensearch.index.codec.customcodecs.bwc.*"
}
systemProperty 'tests.rest.bwcsuite', 'upgraded_cluster'
systemProperty 'tests.plugin_bwc_version', bwcVersion
Expand Down

0 comments on commit e474980

Please sign in to comment.