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 failing because of "no output in the last 10m" #330

Closed
mattheworiordan opened this issue Jun 21, 2017 · 4 comments
Closed

Tests failing because of "no output in the last 10m" #330

mattheworiordan opened this issue Jun 21, 2017 · 4 comments
Labels
bug Something isn't working. It's clear that this does need to be fixed.

Comments

@mattheworiordan
Copy link
Member

It seems the test suite is getting "stuck" and the test suite is failing to run in full.

I would have assumed each test would have a timer on it to prevent it becoming locked on one test.

Annoyingly, if you see the last three failing builds, none of them got stuck at the same point:

https://travis-ci.org/ably/ably-java/jobs/245301016
https://travis-ci.org/ably/ably-java/jobs/245301018
https://travis-ci.org/ably/ably-java/jobs/245301017

@mattheworiordan mattheworiordan added bug Something isn't working. It's clear that this does need to be fixed. ci issue labels Jun 21, 2017
@mattheworiordan
Copy link
Member Author

@paddybyers it would be good if we could find a plugin / attribute of Gradle that enforces a max time per test.

@paddybyers
Copy link
Member

Timeout have been added to tests so all tests will fail with a timeout error if they do not complete in a set time: cbb9a69

@paddybyers
Copy link
Member

In (our internal) Jenkins CI, the CI runs are now completing with a small number of realtime failures. There are currently no tests timing out.

I will raise separate issues in respect of the test failures.

This issue can be closed once we see the tests runs complete on Travis

@funkyboy
Copy link
Contributor

There seem to be no more timeouts now: https://travis-ci.org/ably/ably-java/builds/354437117
Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working. It's clear that this does need to be fixed.
Development

No branches or pull requests

3 participants