This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/ext/librethinkdbxx/test/upstream/regression/2052.yaml
2017-11-02 07:05:11 -07:00

11 lines
290 B
YAML

desc: 2052 -- Verify that the server rejects bogus global options.
tests:
- cd: r.expr(1)
runopts:
array_limit: 16
ot: 1
- cd: r.expr(1)
runopts:
obviously_bogus: 16
ot: err("ReqlCompileError", "Unrecognized global optional argument `obviously_bogus`.", [])