summaryrefslogtreecommitdiff
path: root/ext/librethinkdbxx/test/upstream/regression/718.yaml
blob: 392f95c6d65733a7570ed068af1b36c05d5946cf (plain)
1
2
3
4
5
6
7
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})