Skip to content

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

username-removed-423915 requested to merge fix-trace-seeking-readline 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