You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unmute 'Create data stream' yaml rest test and (#81201) (#81219)
move the assertions of replicated field to a new test with different skip versions.
(The replicated was recently added and when the 'Create data stream' yaml rest test
is ran against older clusters this caused failured)
Closes#81164
catch: /cannot create index with name \[logs-foobar\], because it matches with template \[generic_logs_template\] that creates data streams only, use create data stream api instead/
623
621
indices.create:
624
622
index: logs-foobar
623
+
624
+
---
625
+
"Get data stream api check existence of replicated and allow_custom_routing fields":
626
+
- skip:
627
+
version: " - 7.16.0"
628
+
reason: "replicated and allow_custom_routing fields only supported in 7.16+"
0 commit comments