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

27 lines
740 B
YAML

desc: Test cleanup of cursors on the server
table_variable_name: tbl
tests:
# The JS test driver doesn't support noreply wait, so only test with Python and Ruby
- py: r.db('rethinkdb').table('jobs').map(lambda:1)
rb: r.db('rethinkdb').table('jobs').map{|x| 1}
ot: [1]
- py: r.db('rethinkdb').table('jobs').map(lambda:1)
rb: r.db('rethinkdb').table('jobs').map{|x| 1}
runopts:
noreply: true
ot: null
- py: r.db('rethinkdb').table('jobs').map(lambda:1)
rb: r.db('rethinkdb').table('jobs').map{|x| 1}
runopts:
noreply: true
testopts:
noreply_wait: true
ot: null
- py: r.db('rethinkdb').table('jobs').map(lambda:1)
rb: r.db('rethinkdb').table('jobs').map{|x| 1}
ot: [1]