fdb-document-layer icon indicating copy to clipboard operation
fdb-document-layer copied to clipboard

Add "$all" tests to deterministic correctness

Open apkar opened this issue 6 years ago • 1 comments

Although this is tested with unit tests, its not added to deterministic correctness, we could be missing corner cases.

apkar avatar Mar 19 '19 16:03 apkar

I have enabled this locally and encountered an issue that can be reproduced with this

python test/correctness/document-correctness.py --doclayer-port 27018 forever doclayer mm \
--seed 1963808493947487390 --num-doc 300 --num-iter 1 --no-update \
--no-sort --no-numeric-fieldnames

apkar avatar Mar 19 '19 19:03 apkar