You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One issue is that generateString shouldn't ever return an empty buffer, because a line ending with \r\n is indistinguishable from a line ending with \r followed by an empty line ending with \n. That's not the only problem though.
Linux buffer size is 4096, macOS is 16384. I think on Linux we're getting unlucky that the middle of a newline sequence is right on the boundary of a multiple of a buffer size and thus we complete a line too early.
testLineSequence occasionally fails on Linux. See attached test output which was from a run with nightly-main jammy on GitHub actions CI.
job-logs.txt
The text was updated successfully, but these errors were encountered: