[TIMOB-23505] iOS: CLI doesn't always tail logs (or delays connecting initially for some time)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI, iOS |
Labels | cb-tooling, ioslib |
Reporter | Christopher Williams |
Assignee | Unknown |
Created | 2016-06-13T18:27:59.000+0000 |
Updated | 2020-03-06T21:40:22.000+0000 |
Description
When running the mocha test suite locally the application logs for the iOS/iPhone simulator sometimes just don't connect at all on short suites. And if I make the test suite we run long enough, it may "delay" showing the actual logs from Ti.API until we're far into the test run. We effectively totally drop the initial set of logs (and for our mocha test suite that means dropping information on tests that have been run).
[~cbarber] any clue on this?
There were a couple issues in node-ios-device, one namely was a timing issue with starting the syslog relay service. This was all fixed in node-ios-device v0.9.5 which was updated in ioslib v0.11.0 which is already in TiSDK 5.4.0, but missed the 5.3.0 code freeze.