-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] LoggingOutputStreamTests fails on Windows #51532
Comments
Pinging @elastic/es-core-infra (:Core/Infra/Logging) |
Unsurprisingly these same tests are also failing for the same reason on Windows on master. They just didn't appear in the failure emails for master because so many other tests are also failing on Windows... |
Several more of this today, e.g. https://gradle-enterprise.elastic.co/s/727tjb7hppge4 on 7.x or https://gradle-enterprise.elastic.co/s/pxnzjqw65ckj2 on master. |
Several more of these failures today on master: Log: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-windows-compatibility/os=windows-2016/418/console |
LoggingOutputStream reads a stream and breaks on newlines. This commit fixes the behavior to account for windows newlines also containing `\r`. closes elastic#51532
LoggingOutputStream reads a stream and breaks on newlines. This commit fixes the behavior to account for windows newlines also containing `\r`. closes #51532
LoggingOutputStream reads a stream and breaks on newlines. This commit fixes the behavior to account for windows newlines also containing `\r`. closes #51532
The following tests fail in 7.x Windows builds:
An example is https://gradle-enterprise.elastic.co/s/yiooghd5t4ai4 (but every 7.x Windows build is failing for this reason).
The errors are all along the lines of this:
It seems like the CRLF Windows line endings are messing up the line splitting.
The text was updated successfully, but these errors were encountered: