Skip to content

Commit a3d7ba7

Browse files
committed
More fixes to the rolling upgrade tests.
1 parent 5ec249c commit a3d7ba7

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/10_basic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
query:
6262
percolate:
6363
field: query
64-
type: doc
6564
document:
6665
field2: value
6766
field3: value

qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/10_basic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
- do:
2828
index:
2929
index: queries
30-
type: doc
3130
id: q4
3231
refresh: true
3332
body:

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/10_basic.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
- do:
44
get:
55
index: scroll_index
6-
type: doc
76
id: 1
87

98
- set: {_source.value: scroll_id}

x-pack/qa/rolling-upgrade/src/test/resources/rest-api-spec/test/upgraded_cluster/40_ml_datafeed_crud.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ setup:
1111
index: airline-data
1212
body:
1313
mappings:
14-
response:
15-
properties:
16-
time:
17-
type: date
14+
properties:
15+
time:
16+
type: date
1817

1918
---
2019
"Test old and mixed cluster datafeeds":

0 commit comments

Comments
 (0)