Re-enable resolve index multi cluster test (#62365)
Backport of #62361 to 7.x branch. This test was fine and shouldn't have been muted. The test case class should have preserved data streams as part of #62205 Closes #62210
This commit is contained in:
parent
717259a049
commit
3ed60df59d
|
@ -26,6 +26,11 @@ public class MultiClusterSearchWithSecurityYamlTestSuiteIT extends ESClientYamlS
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected boolean preserveDataStreamsUponCompletion() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
public MultiClusterSearchWithSecurityYamlTestSuiteIT(
|
public MultiClusterSearchWithSecurityYamlTestSuiteIT(
|
||||||
@Name("yaml") ClientYamlTestCandidate testCandidate) {
|
@Name("yaml") ClientYamlTestCandidate testCandidate) {
|
||||||
super(testCandidate);
|
super(testCandidate);
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
"Resolve index with indices, aliases, and data streams":
|
"Resolve index with indices, aliases, and data streams":
|
||||||
- skip:
|
- skip:
|
||||||
version: "all"
|
version: " - 7.8.99"
|
||||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/62210"
|
reason: "data streams only supported in 7.9+"
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
indices.resolve_index:
|
indices.resolve_index:
|
||||||
|
|
Loading…
Reference in New Issue