Skip to content
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

Tests are not working in Travis #45

Closed
jcague opened this issue Oct 23, 2013 · 1 comment
Closed

Tests are not working in Travis #45

jcague opened this issue Oct 23, 2013 · 1 comment
Assignees

Comments

@jcague
Copy link
Contributor

jcague commented Oct 23, 2013

When Travis runs a test, it ends with:

Running front-end tests
{ [Error: Command failed: ] killed: false, code: 1, signal: null }
info: Testacular server started at http://localhost:9876/
info (launcher): Starting browser .travis/chrome-start.sh
debug (launcher): Creating temp dir at /tmp/testacular-60857050
debug (launcher): .travis/chrome-start.sh http://localhost:9876/?id=60857050
debug (watcher): Resolved files:
    /home/travis/build/ging/licode/node_modules/testacular/adapter/lib/jasmine.js
    /home/travis/build/ging/licode/node_modules/testacular/adapter/jasmine.js
    /home/travis/build/ging/licode/extras/basic_example/public/erizo.js
    /home/travis/build/ging/licode/test/nuve-test.js
warn (launcher): .travis/chrome-start.sh have not captured in 10000 ms, killing.
debug (launcher): Cleaning temp dir /tmp/testacular-60857050
info (launcher): Trying to start .travis/chrome-start.sh again.
debug (launcher): Creating temp dir at /tmp/testacular-60857050
debug (launcher): .travis/chrome-start.sh http://localhost:9876/?id=60857050
warn (launcher): .travis/chrome-start.sh have not captured in 10000 ms, killing.
debug (launcher): Cleaning temp dir /tmp/testacular-60857050
info (launcher): Trying to start .travis/chrome-start.sh again.
debug (launcher): Creating temp dir at /tmp/testacular-60857050
debug (launcher): .travis/chrome-start.sh http://localhost:9876/?id=60857050
warn (launcher): .travis/chrome-start.sh have not captured in 10000 ms, killing.
debug: .travis/chrome-start.sh failed to capture, aborting the run.
info: Disconnecting all browsers
debug: Waiting for child processes to finish
debug (launcher): Cleaning temp dir /tmp/testacular-60857050

Build and installs are OK, but it fails on launching tests.

@ghost ghost assigned jcague Oct 24, 2013
@jcague
Copy link
Contributor Author

jcague commented Oct 28, 2013

It's difficult to make this kind of complex applications to properly work in Travis due to workload and real time requirements, so we won't use in the future. Anyway, we'll include more accurate tests that can be run with the following command once installed:

npm test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant