Test for invalid scroll_size

This commit is contained in:
Nik Everett 2016-03-31 09:58:49 -04:00
parent 0ea6dba04b
commit 7f794e7b77
1 changed files with 14 additions and 0 deletions

View File

@ -26,6 +26,20 @@
index: test
size: -4
---
"invalid scroll_size fails":
- do:
index:
index: test
type: test
id: 1
body: { "text": "test" }
- do:
catch: /Failed to parse int parameter [scroll_size] with value [asdf]/
update_by_query:
index: test
scroll_size: asdf
---
"requests_per_second cannot be an empty string":
- do: