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/718.yaml

8 lines
226 B
YAML
Raw Normal View History

desc: 718 -- another lazy crashing bug -- changed as of #1328 to allow referencing external variables
table_variable_name: tbl
tests:
- rb: r(4).do{|x| tbl.index_create('718') {|row| row[:id] % x}}
ot: ({'created':1})