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

Timeout with Travis CI and version 1.2.1 #64

Closed
stravid opened this issue May 29, 2012 · 1 comment
Closed

Timeout with Travis CI and version 1.2.1 #64

stravid opened this issue May 29, 2012 · 1 comment

Comments

@stravid
Copy link

stravid commented May 29, 2012

Hi!

I think between version 1.2.0 and 1.2.1 a bug was introduced. Maybe it is this commit: 8f1a0cd

Let me explain my thoughts. About two days ago our project builds started to fail on Travis due to a timeout. The only thing we changed was upgrading guard-jasmine to 1.2.1. The most recent failing build can be found here: http://travis-ci.org/#!/stravid/slotcars/builds/1463778

After downgrading to version 1.2.0 our builds started to work again: http://travis-ci.org/#!/stravid/slotcars/builds/1463971

The change set on our project which fixed the build can be found here: stravid/slotcars@ccf5ae0...a5568c4

I'm not entirely sure if I'm correct with this assumption. All I know is that after downgrading guard-jasmine the Travis CI builds started to work again.

Thanks for your time!

@netzpirat
Copy link
Contributor

Thanks a lot for the detailed bug report. The reason for the failure was, that if you have nested describes, some may not contain any specs and are just for grouping and giving context. This results in a suite that has undefined spec and let Guard Jasmine fail.

I just release 1.2.2 that contains a fix.

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

2 participants