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

22 lines
515 B
YAML

desc: 2709 -- Guarantee failed with [max_els >= min_els]
table_variable_name: tbl
tests:
- py: tbl.insert([{'result':i} for i in range(1,1000)]).pluck('first_error', 'inserted')
runopts:
min_batch_rows: 10
max_batch_rows: 13
ot: ({'inserted':999})
- py: tbl.map(lambda thing:'key').count()
runopts:
min_batch_rows: 10
max_batch_rows: 13
ot: (999)
- py: tbl.map(lambda thing:'key').count()
runopts:
min_batch_rows: 10
max_batch_rows: 13
ot: (999)