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;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean preserveDataStreamsUponCompletion() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public MultiClusterSearchWithSecurityYamlTestSuiteIT(
|
||||
@Name("yaml") ClientYamlTestCandidate testCandidate) {
|
||||
super(testCandidate);
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
"Resolve index with indices, aliases, and data streams":
|
||||
- skip:
|
||||
version: "all"
|
||||
reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/62210"
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
|
||||
- do:
|
||||
indices.resolve_index:
|
||||
|
|
Loading…
Reference in New Issue