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

4.x: fault.tolerance.tck.TimeoutTest.testGTDefaultTimeout intermittent failure #5306

Closed
barchetta opened this issue Nov 2, 2022 · 3 comments · Fixed by #5317
Closed

4.x: fault.tolerance.tck.TimeoutTest.testGTDefaultTimeout intermittent failure #5306

barchetta opened this issue Nov 2, 2022 · 3 comments · Fixed by #5317
Assignees

Comments

@barchetta
Copy link
Member

I've seen this fail in the 4.x pipeline:

Error:  org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest.testGTDefaultTimeout  Time elapsed: 2.007 s  <<< FAILURE!
java.lang.AssertionError: serviceB should throw a TimeoutException in testGTDefaultTimeout
	at org.testng.Assert.fail(Assert.java:110)
	at org.eclipse.microprofile.fault.tolerance.tck.TimeoutTest.testGTDefaultTimeout(TimeoutTest.java:104)
@barchetta
Copy link
Member Author

Also saw this one:

org.eclipse.microprofile.fault.tolerance.tck.disableEnv.DisableAnnotationOnClassEnableOnMethodTest.testTimeout  Time elapsed: 0.506 s  <<< FAILURE!
java.lang.AssertionError: Expected TimeoutException to be thrown, but nothing was thrown
	at org.testng.Assert.expectThrows(Assert.java:2211)
	at org.testng.Assert.assertThrows(Assert.java:2176)

@spericas
Copy link
Member

spericas commented Nov 3, 2022

Let's see if this helps #5317

@spericas
Copy link
Member

spericas commented Nov 3, 2022

@barchetta Looks like there are still failures with #5317. Shall we disable them for now, and perhaps create an action to execute them manually?

Error:  Failures: 
Error:    CircuitBreakerRetryTest>Arquillian.run:138->testCircuitOpenWithMultiTimeouts:257 serviceC should retry in testCircuitOpenWithMultiTimeouts on iteration 1
Error:    TimeoutMethodConfigTest>Arquillian.run:138->testTimeout:66 serviceA should throw a TimeoutException in testTimeout
Error:    DisableFTEnableGloballyTest>Arquillian.run:138->testTimeout:130 Expected TimeoutException to be thrown, but nothing was thrown```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants