[ALOY-806] "preparing test app" phase of compile.js spec intermittently fails on Windows
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Testing |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tim Poulsen |
Created | 2013-08-23T02:39:33.000+0000 |
Updated | 2014-08-28T21:38:14.000+0000 |
Description
jake test:all
#or
jake test:spec[compile.js]
This ticket is pretty old. Let's re-triage this ticket to confirm that it's still an issue with current versions of Node, CLI, etc. Close if it's invalid. Otherwise, assign an appropriate number of story points and address in this sprint.
Windows 8.1 Node 0.10.29 Ti: 3.3.0-rc4 Alloy: 1.5.0-dev I get random and occasional timeouts with both "preparing test app" and "compiles without critical error" phases. I think it's a timing issue. I can rerun the individual compile tests for those apps that fail and the tests will pass. Run the whole suite and a different subset of tests will fail at those phases. I've submitted and merged https://github.com/appcelerator/alloy/pull/481 which does two things: 1) increases the timeouts on Windows, and 2) fixes a pathing issue (wrong file separator used on Windows). Tests still randomly fail, though.