Re-enable data streams yaml tests in bwc mode (#58500)
Backport of #58403 to 7.x branch.
This commit is contained in:
parent
c1bbfeddc9
commit
f4fad9c65a
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
"Resolve index with indices, aliases, and data streams":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: not backported yet
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
|
||||
- do:
|
||||
indices.resolve_index:
|
||||
|
|
|
@ -113,8 +113,8 @@ setup:
|
|||
---
|
||||
"Prohibit clone on data stream's write index":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: needs backport
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
features: allowed_warnings
|
||||
|
||||
- do:
|
||||
|
|
|
@ -33,8 +33,8 @@ setup:
|
|||
---
|
||||
"Create data stream":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: "change to 7.8.99 after backport"
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
|
||||
- do:
|
||||
indices.create_data_stream:
|
||||
|
@ -105,7 +105,7 @@ setup:
|
|||
---
|
||||
"Get data stream":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
version: " - 7.8.99"
|
||||
reason: "change to 7.8.99 after backport"
|
||||
|
||||
- do:
|
||||
|
@ -175,8 +175,8 @@ setup:
|
|||
---
|
||||
"Delete data stream with backing indices":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: "change to 7.8.99 after backport"
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
|
||||
- do:
|
||||
indices.create_data_stream:
|
||||
|
@ -219,8 +219,8 @@ setup:
|
|||
---
|
||||
"append-only writes to backing indices prohobited":
|
||||
- skip:
|
||||
version: " - 7.9.99"
|
||||
reason: "enable in 7.9+ when backported"
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
features: allowed_warnings
|
||||
|
||||
- do:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
"Test apis that do not supported data streams":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: "change to 7.8.99 after backport"
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
features: allowed_warnings
|
||||
|
||||
- do:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
"Put index template":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: "change to 7.8.99 after backport"
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
features: allowed_warnings
|
||||
|
||||
- do:
|
||||
|
|
|
@ -19,8 +19,8 @@ setup:
|
|||
---
|
||||
"Delete backing index on data stream":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: "change to 7.8.99 after backport"
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
|
||||
- do:
|
||||
indices.create_data_stream:
|
||||
|
@ -71,7 +71,7 @@ setup:
|
|||
---
|
||||
"Attempt to delete write index on data stream is rejected":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
version: " - 7.8.99"
|
||||
reason: "mute bwc until backported"
|
||||
|
||||
- do:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
"Get backing indices for data stream":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: "change to 7.8.99 after backport"
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
features: allowed_warnings
|
||||
|
||||
- do:
|
||||
|
|
|
@ -122,8 +122,8 @@
|
|||
---
|
||||
"Close write index for data stream fails":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: "data streams not yet released"
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
features: allowed_warnings
|
||||
|
||||
- do:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
setup:
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: change after backporting
|
||||
version: "7.8.99 - "
|
||||
reason: "resolve index api only supported in 7.9+"
|
||||
features: allowed_warnings
|
||||
|
||||
- do:
|
||||
|
@ -76,8 +76,8 @@ setup:
|
|||
---
|
||||
"Resolve index with indices, aliases, and data streams":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: change after backporting
|
||||
version: " - 7.8.99"
|
||||
reason: "resolve index api only supported in 7.9+"
|
||||
|
||||
- do:
|
||||
indices.resolve_index:
|
||||
|
@ -120,7 +120,7 @@ setup:
|
|||
---
|
||||
"Resolve index with hidden and closed indices":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
version: " - 7.8.99"
|
||||
reason: change after backporting
|
||||
|
||||
- do:
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
"Roll over a data stream":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: "change to 7.8.99 after backport"
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
features: allowed_warnings
|
||||
|
||||
- do:
|
||||
|
|
|
@ -85,8 +85,8 @@
|
|||
---
|
||||
"Prohibit shrink on data stream's write index":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: needs backport
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
features: allowed_warnings
|
||||
|
||||
- do:
|
||||
|
|
|
@ -225,8 +225,8 @@ setup:
|
|||
---
|
||||
"Prohibit split on data stream's write index":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: needs backport
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
features: allowed_warnings
|
||||
|
||||
- do:
|
||||
|
|
|
@ -54,8 +54,8 @@
|
|||
---
|
||||
"Verify data stream resolvability in ilm explain api":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: "wait until backported"
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
features: allowed_warnings
|
||||
|
||||
- do:
|
||||
|
|
|
@ -136,8 +136,8 @@
|
|||
---
|
||||
"Cannot freeze write index for data stream":
|
||||
- skip:
|
||||
version: " - 7.99.99"
|
||||
reason: "change to 7.8.99 after backporting"
|
||||
version: " - 7.8.99"
|
||||
reason: "data streams only supported in 7.9+"
|
||||
features: allowed_warnings
|
||||
|
||||
- do:
|
||||
|
|
Loading…
Reference in New Issue