We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@paddybyers it would be good if we could find a plugin / attribute of Gradle that enforces a max time per test.
Sorry, something went wrong.
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
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
There seem to be no more timeouts now: https://travis-ci.org/ably/ably-java/builds/354437117 Closing.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: