Currently, the property tester uses some predetermined documents to run queries against. This means we use the same documents every time, and they can't be minimized because fast-check doesn't have a model of what documents look like.
If we model documents to follow the PBT schema, then have it generate them along with queries, it'll minimize for us and same some developer time when failures come up
- is depended on by
-
SERVER-94730 Expand core property tester to provide exact JS repro of bug on failure
-
- Needs Scheduling
-
- related to
-
SERVER-101639 Complete TODO listed in SERVER-93816
-
- Closed
-
-
SERVER-101677 Complete TODO listed in SERVER-93816
-
- Investigating
-