File tree 1 file changed +6
-6
lines changed
x-pack/plugin/src/test/resources/rest-api-spec/test/ml 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 126
126
source : { index: "index-source" }
127
127
analysis : { outlier_detection: {} }
128
128
- match :
129
- memory_estimation.expected_memory_without_disk : / \dkb /
129
+ memory_estimation.expected_memory_without_disk : / \d[km]b /
130
130
- match :
131
- memory_estimation.expected_memory_with_disk : / \dkb /
131
+ memory_estimation.expected_memory_with_disk : / \d[km]b /
132
132
- length : { field_selection: 2 }
133
133
- match : { field_selection.0.name: "x" }
134
134
- match : { field_selection.0.mapping_types: ["float"] }
156
156
source : { index: "index-source" }
157
157
analysis : { outlier_detection: {} }
158
158
- match :
159
- memory_estimation.expected_memory_without_disk : / \dkb /
159
+ memory_estimation.expected_memory_without_disk : / \d[km]b /
160
160
- match :
161
- memory_estimation.expected_memory_with_disk : / \dkb /
161
+ memory_estimation.expected_memory_with_disk : / \d[km]b /
162
162
163
163
- do :
164
164
index :
173
173
source : { index: "index-source" }
174
174
analysis : { outlier_detection: {} }
175
175
- match :
176
- memory_estimation.expected_memory_without_disk : / \dkb /
176
+ memory_estimation.expected_memory_without_disk : / \d[km]b /
177
177
- match :
178
- memory_estimation.expected_memory_with_disk : / \dkb /
178
+ memory_estimation.expected_memory_with_disk : / \d[km]b /
179
179
180
180
---
181
181
" Test field_selection given body " :
You can’t perform that action at this time.
0 commit comments