|
@@ -219,7 +219,7 @@ public class MultiFeatureMigrationIT extends AbstractFeatureMigrationIntegTest {
|
|
|
// Finally, verify that all the indices exist and have the properties we expect.
|
|
|
assertIndexHasCorrectProperties(
|
|
|
finalMetadata,
|
|
|
- ".int-man-old-reindexed-for-8",
|
|
|
+ ".int-man-old-reindexed-for-9",
|
|
|
INTERNAL_MANAGED_FLAG_VALUE,
|
|
|
true,
|
|
|
true,
|
|
@@ -227,7 +227,7 @@ public class MultiFeatureMigrationIT extends AbstractFeatureMigrationIntegTest {
|
|
|
);
|
|
|
assertIndexHasCorrectProperties(
|
|
|
finalMetadata,
|
|
|
- ".int-unman-old-reindexed-for-8",
|
|
|
+ ".int-unman-old-reindexed-for-9",
|
|
|
INTERNAL_UNMANAGED_FLAG_VALUE,
|
|
|
false,
|
|
|
true,
|
|
@@ -235,7 +235,7 @@ public class MultiFeatureMigrationIT extends AbstractFeatureMigrationIntegTest {
|
|
|
);
|
|
|
assertIndexHasCorrectProperties(
|
|
|
finalMetadata,
|
|
|
- ".ext-man-old-reindexed-for-8",
|
|
|
+ ".ext-man-old-reindexed-for-9",
|
|
|
EXTERNAL_MANAGED_FLAG_VALUE,
|
|
|
true,
|
|
|
false,
|
|
@@ -243,7 +243,7 @@ public class MultiFeatureMigrationIT extends AbstractFeatureMigrationIntegTest {
|
|
|
);
|
|
|
assertIndexHasCorrectProperties(
|
|
|
finalMetadata,
|
|
|
- ".ext-unman-old-reindexed-for-8",
|
|
|
+ ".ext-unman-old-reindexed-for-9",
|
|
|
EXTERNAL_UNMANAGED_FLAG_VALUE,
|
|
|
false,
|
|
|
false,
|
|
@@ -252,7 +252,7 @@ public class MultiFeatureMigrationIT extends AbstractFeatureMigrationIntegTest {
|
|
|
|
|
|
assertIndexHasCorrectProperties(
|
|
|
finalMetadata,
|
|
|
- ".second-int-man-old-reindexed-for-8",
|
|
|
+ ".second-int-man-old-reindexed-for-9",
|
|
|
SECOND_FEATURE_IDX_FLAG_VALUE,
|
|
|
true,
|
|
|
true,
|