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