Call sequences are sometimes split across trace database files. Is it possible to prevent this from happening?
wilbaker opened this issue · 0 comments
wilbaker commented
Description
If the timing is just right, a sequence will be split across multiple ndjson files (with the request in the first file, and the response in the second file).
Would it be possible to prevent that from happening?****
Steps to reproduce
- Enable the trace database
- Perform runs long enough that multiple ndjson files will be produced
- Wait for a call sequence to be split across multiple files.
Expected results
All the calls for a single sequence are always in the same ndjson file
Actual results
Sequences are sometimes split across files.
Environment details
No response