|
@@ -1,7 +1,7 @@
|
|
|
enable:
|
|
|
- skip:
|
|
|
version: " - 7.99.99"
|
|
|
- reason: introduced in 8.0.0 to be backported to 7.16.0
|
|
|
+ reason: introduced in 8.0.0
|
|
|
|
|
|
- do:
|
|
|
indices.create:
|
|
@@ -41,7 +41,7 @@ enable:
|
|
|
no sort field:
|
|
|
- skip:
|
|
|
version: " - 7.99.99"
|
|
|
- reason: introduced in 8.0.0 to be backported to 7.16.0
|
|
|
+ reason: introduced in 8.0.0
|
|
|
|
|
|
- do:
|
|
|
catch: /\[index.mode=time_series\] is incompatible with \[index.sort.field\]/
|
|
@@ -57,7 +57,7 @@ no sort field:
|
|
|
no sort order:
|
|
|
- skip:
|
|
|
version: " - 7.99.99"
|
|
|
- reason: introduced in 8.0.0 to be backported to 7.16.0
|
|
|
+ reason: introduced in 8.0.0
|
|
|
|
|
|
- do:
|
|
|
catch: /\[index.mode=time_series\] is incompatible with \[index.sort.order\]/
|
|
@@ -73,7 +73,7 @@ no sort order:
|
|
|
no sort mode:
|
|
|
- skip:
|
|
|
version: " - 7.99.99"
|
|
|
- reason: introduced in 8.0.0 to be backported to 7.16.0
|
|
|
+ reason: introduced in 8.0.0
|
|
|
|
|
|
- do:
|
|
|
catch: /\[index.mode=time_series\] is incompatible with \[index.sort.mode\]/
|
|
@@ -89,7 +89,7 @@ no sort mode:
|
|
|
no sort missing:
|
|
|
- skip:
|
|
|
version: " - 7.99.99"
|
|
|
- reason: introduced in 8.0.0 to be backported to 7.16.0
|
|
|
+ reason: introduced in 8.0.0
|
|
|
|
|
|
- do:
|
|
|
catch: /\[index.mode=time_series\] is incompatible with \[index.sort.missing\]/
|
|
@@ -105,7 +105,7 @@ no sort missing:
|
|
|
no partitioning:
|
|
|
- skip:
|
|
|
version: " - 7.99.99"
|
|
|
- reason: introduced in 8.0.0 to be backported to 7.16.0
|
|
|
+ reason: introduced in 8.0.0
|
|
|
|
|
|
- do:
|
|
|
catch: /\[index.mode=time_series\] is incompatible with \[index.routing_partition_size\]/
|