[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
|
spouliot
left a comment
There was a problem hiding this comment.
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