-
Notifications
You must be signed in to change notification settings - Fork 15
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
Intermittent test failures in Travis #49
Comments
I've pushed a branch to trigger a Travis build so we can see some examples: |
Another recent intermittent failure: https://travis-ci.org/IBM-Swift/CircuitBreaker/jobs/511393203
|
The circuit breaker tests are run relying on them being synchronously when they are async. This tries to be enforced using sleep but I think this doesn't always work causing the intermittent failures. |
The CircuitBreaker tests appear to have started intermittently failing in Travis. My suspicion is that this is test fragility rather than a real problem, but it ought to be investigated.
Example:
https://api.travis-ci.org/v3/job/461370473/log.txt
The text was updated successfully, but these errors were encountered: