-
Notifications
You must be signed in to change notification settings - Fork 520
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
[Harness] If we cannot connect over tcp use Console.Out as the writer. #8235
Conversation
If we could not connect to the host via tcp, set the writer to be Console.Out which will fix the NRE and will report the test run in the runlogs. fixes: #8130
Build failure Test results24 tests failed, 129 tests passed.Failed tests
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be run on the internal bots before merging
Build success |
@spouliot branch is in origin already. |
build |
Build success |
Build success |
❌ Build was (probably) aborted 🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Test run, Running XM tests on '10.14'' 🔥 ✅ Build succeeded ✅ API Diff (from stable) Test results5 tests failed, 180 tests passed.Failed tests
|
❌ Build was (probably) aborted 🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Test run, Test run' 🔥 ✅ Build succeeded ✅ API Diff (from stable) Test results2 tests failed, 183 tests passed.Failed tests
|
If we could not connect to the host via tcp, set the writer to be
Console.Out which will fix the NRE and will report the test run in the
runlogs.
Fix only applies to tvOS and iOS since neither watchOS or MacOS use the tcp connection.
fixes: #8130