Skip to content

Commit 2229e72

Browse files
authored
Enable bw tests for #37871 and #38032. (#38167)
Mixed-version clusters tests had been disabled initially since they wouldn't work until the functionality would be backported.
1 parent 029e4b6 commit 2229e72

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/indices.create/20_mix_typeless_typeful.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"Create a typeless index while there is a typed template":
33

44
- skip:
5-
version: " - 6.99.99"
6-
reason: needs change to be backported to 6.7
5+
version: " - 6.6.99"
6+
reason: Merging typeless/typed mappings/templates was added in 6.7
77

88
- do:
99
indices.put_template:
@@ -41,8 +41,8 @@
4141
"Create a typed index while there is a typeless template":
4242

4343
- skip:
44-
version: " - 6.99.99"
45-
reason: needs change to be backported to 6.7
44+
version: " - 6.6.99"
45+
reason: Merging typeless/typed mappings/templates was added in 6.7
4646

4747
- do:
4848
indices.put_template:
@@ -81,7 +81,7 @@
8181

8282
- skip:
8383
version: " - 6.99.99"
84-
reason: needs change to be backported to 6.7
84+
reason: include_type_name only supported as of 6.7
8585

8686
- do:
8787
indices.put_template:

rest-api-spec/src/main/resources/rest-api-spec/test/indices.put_mapping/20_mix_typeless_typeful.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"PUT mapping with _doc on an index that has types":
5656

5757
- skip:
58-
version: " - 6.99.99"
59-
reason: Backport first
58+
version: " - 6.6.99"
59+
reason: include_type_name is only supported as of 6.7
6060

6161

6262
- do:

0 commit comments

Comments
 (0)