-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Travis CI intermittent test failures #368
Comments
I just went through Travis history to find all of the unit tests which have failed there (intermittently). I'll now be working on getting them working 100% |
I am now seeing the collapser stress test fail frequently on Travis. Will look into it. com.netflix.hystrix.HystrixObservableCollapserTest > stressTestRequestCollapser FAILED |
I believe I fixed the stress test with #781 |
com.netflix.hystrix.strategy.HystrixPluginsTest > testPropertiesStrategyViaProperty FAILED
java.lang.AssertionError at HystrixPluginsTest.java:165
com.netflix.hystrix.strategy.HystrixPluginsTest > testConcurrencyStrategyViaProperty FAILED
java.lang.AssertionError at HystrixPluginsTest.java:100
com.netflix.hystrix.strategy.HystrixPluginsTest > testMetricsPublisherDefaultImpl FAILED
java.lang.AssertionError at HystrixPluginsTest.java:119
com.netflix.hystrix.strategy.HystrixPluginsTest > testEventNotifierViaProperty FAILED
java.lang.AssertionError at HystrixPluginsTest.java:75
com.netflix.hystrix.strategy.HystrixPluginsTest > testConcurrencyStrategyViaRegisterMethod FAILED
java.lang.IllegalStateException at HystrixPluginsTest.java:94
com.netflix.hystrix.strategy.HystrixPluginsTest > testMetricsPublisherViaRegisterMethod FAILED
java.lang.IllegalStateException at HystrixPluginsTest.java:124
com.netflix.hystrix.strategy.HystrixPluginsTest > testCommandExecutionHookViaRegisterMethod FAILED
java.lang.IllegalStateException at HystrixPluginsTest.java:48
com.netflix.hystrix.HystrixObservableCommandTest > testSemaphorePermitsInUse FAILED
java.lang.AssertionError at HystrixObservableCommandTest.java:2068
com.netflix.hystrix.strategy.HystrixPluginsTest > testRequestContextViaPluginInTimeout FAILED
java.lang.IllegalStateException at HystrixPluginsTest.java:178
com.netflix.hystrix.HystrixObservableCommandTest > testRejectedViaSemaphoreIsolation FAILED java.lang.AssertionError at HystrixObservableCommandTest.java:5066
com.netflix.hystrix.HystrixObservableCollapserTest > testTwoRequests FAILED
java.lang.AssertionError at HystrixObservableCollapserTest.java:78
com.netflix.hystrix.HystrixObservableCommandTest > testExecutionHookThreadTimeoutSuccessfulFallbackRunFailure FAILED
java.lang.AssertionError at HystrixObservableCommandTest.java:3038
The text was updated successfully, but these errors were encountered: