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/4501.yaml
2017-11-02 07:05:11 -07:00

6 lines
239 B
YAML

desc: index_wait should throw on missing indexes.
table_variable_name: tbl
tests:
- cd: tbl.index_wait("missing")
ot: err_regex('ReqlOpFailedError', 'Index `missing` was not found on table `[a-zA-Z0-9_]+.[a-zA-Z0-9_]+`[.]', [0])