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

12 lines
232 B
YAML

desc: Issue #46 -- bare table_create and table_drop
tests:
- cd: r.table_create('46')
ot: partial({'tables_created':1})
- cd: r.table_list()
ot: ['46']
- cd: r.table_drop('46')
ot: partial({'tables_dropped':1})