jasmine / jasmine-npm

A jasmine runner for node projects.
MIT License
378 stars 145 forks source link

With latest version of jasmine-core 2.6.0, PhantomJS keeps disconnecting without running any specs #116

Closed avinashcodes closed 7 years ago

avinashcodes commented 7 years ago

We are recently facing an issue in our build servers where PhantomJS keeps disconnecting. After trying out different things, finally figured out that it happens only with the new version of jasmine-core 2.6.0. If we use version 2.5.2 , there is no issue. So I think something is broken in the update.

Below is the error we get by using 2.6.0

build   26-Apr-2017 09:11:10    WARN [PhantomJS 2.1.1 (Linux)]: Disconnected (1 times), because no message in 10000 ms.
build   26-Apr-2017 09:11:10    PhantomJS 2.1.1 (Linux): Executed 0 of 0 DISCONNECTED (10.556 secs / 0 secs)
build   26-Apr-2017 09:11:10    Warning: Task "karma:ci" failed. Use --force to continue.
slackersoft commented 7 years ago

Closing this as a duplicate of jasmine/jasmine#1327

Thanks for using Jasmine!