Skip to content

WIP: After Trace#limit, we seek to the next line in case

Lin Jen-Shin requested to merge fix-trace-seeking into master

What does this MR do?

Make the trace read less than LIMIT_SIZE, by seeking to the next newline. This is still possible to cut into something, but much unlikely to happen. For traces having long lines, we could be discarding too much. We could deal with that in the next iteration.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #30796 (closed)

Merge request reports