File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 267
267
],
268
268
"response" : []
269
269
},
270
- "snapshot.repository_analyze" : {
271
- "request" : [
272
- " Request: query parameter 'register_operation_count' does not exist in the json spec"
273
- ],
274
- "response" : []
275
- },
276
270
"xpack.info" : {
277
271
"request" : [
278
272
" request definition xpack.info:Request / query - Property 'human' is already defined in an ancestor class"
Original file line number Diff line number Diff line change 32
32
"type" : " number" ,
33
33
"description" : " Number of operations to run concurrently during the test. Defaults to 10."
34
34
},
35
+ "register_operation_count" : {
36
+ "type" : " number" ,
37
+ "description" : " The minimum number of linearizable register operations to perform in total. Defaults to 10."
38
+ },
35
39
"read_node_count" : {
36
40
"type" : " number" ,
37
41
"description" : " Number of nodes on which to read a blob after writing. Defaults to 10."
You can’t perform that action at this time.
0 commit comments