Details
-
Improvement
-
Resolution: Won't Do
-
Major - P3
-
None
-
None
-
None
-
Query Optimization
Description
The idea of this ticket would be to save time when debugging fuzzer failures. If we could figure out a way for the server to communicate which document caused an error (either in the error message body, log, or some other way), the fuzzer could log the document when discrepancies are detected. This would shorten repro time considerably.
I'm not 100% sure how we would do this. Its possible adding context to the error assertions when a flag is on would be enough, but would have to investigate further.