Browse Source

Adjust version in SearchableSnapshotsRollingUpgradeIT (#72847)

Now #72817 is merged in 7.13,7.x branches we can adjust the 
version in SearchableSnapshotsRollingUpgradeIT.
Tanguy Leroux 4 years ago
parent
commit
39c2ea2e9c

+ 1 - 1
x-pack/qa/rolling-upgrade/src/test/java/org/elasticsearch/upgrades/SearchableSnapshotsRollingUpgradeIT.java

@@ -226,7 +226,7 @@ public class SearchableSnapshotsRollingUpgradeIT extends AbstractUpgradeTestCase
             assertHitCount(index, equalTo(numberOfDocs * 2L));
             deleteIndex(index);
 
-            if (UPGRADE_FROM_VERSION.onOrAfter(Version.V_8_0_0)) { // TODO Adjust to 7.13.0
+            if (UPGRADE_FROM_VERSION.onOrAfter(Version.V_7_13_0)) {
                 final Request request = new Request("GET",
                     "/.snapshot-blob-cache/_settings/index.routing.allocation.include._tier_preference");
                 request.setOptions(expectWarnings("this request accesses system indices: [.snapshot-blob-cache], but in a future major " +