mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-19 01:10:18 +00:00
8 lines
361 B
YAML
8 lines
361 B
YAML
|
desc: 1468 -- Empty batched_replaces_t constructed
|
||
|
table_variable_name: tbl
|
||
|
tests:
|
||
|
- rb: tbl.insert([{}, {}, {}])['inserted']
|
||
|
ot: (3)
|
||
|
- rb: tbl.replace(non_atomic:'true'){|row| r.js("{}")}
|
||
|
ot: ({"unchanged"=>0,"skipped"=>0,"replaced"=>0,"inserted"=>0,"first_error"=>"Cannot convert javascript `undefined` to ql::datum_t.","errors"=>3,"deleted"=>0})
|