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

Travis CI intermittent test failures #368

Closed
mattrjacobs opened this issue Dec 17, 2014 · 3 comments
Closed

Travis CI intermittent test failures #368

mattrjacobs opened this issue Dec 17, 2014 · 3 comments

Comments

@mattrjacobs
Copy link
Contributor

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

@mattrjacobs
Copy link
Contributor Author

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%

@mattrjacobs
Copy link
Contributor Author

I am now seeing the collapser stress test fail frequently on Travis. Will look into it.

com.netflix.hystrix.HystrixObservableCollapserTest > stressTestRequestCollapser FAILED
java.util.concurrent.ExecutionException at HystrixObservableCollapserTest.java:69
Caused by: java.lang.RuntimeException

@mattrjacobs
Copy link
Contributor Author

I believe I fixed the stress test with #781

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

1 participant