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

[WFCORE-6982] Turn on compiler annotation processing on SE 23+ #6165

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

ropalka
Copy link
Contributor

@ropalka ropalka commented Sep 6, 2024

@wildfly-ci
Copy link

Core -> Full Integration Build 13864 outcome was FAILURE using a merge of c4b5f54
Summary: Tests failed: 1 (1 new), passed: 3985, ignored: 63 Build time: 02:20:11

Failed tests

TestSuite: org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest.testTimeoutWithoutFailOn: java.lang.AssertionError: Thread not interrupted by timeout
	at deployment.ftCircuitBreakerTimeout.war//org.testng.Assert.fail(Assert.java:99)
	at deployment.ftCircuitBreakerTimeout.war//org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithTimeout.serviceWithTimeoutWithoutFailOn(CircuitBreakerClientWithTimeout.java:67)
	at deployment.ftCircuitBreakerTimeout.war//org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithTimeout$Proxy$_$$_WeldSubclass.serviceWithTimeoutWithoutFailOn$$super(Unknown Source)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at [email protected]//org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:55)
	at [email protected]//org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:86)
	at [email protected]//io.smallrye.faulttolerance.FaultToleranceInterceptor.lambda$syncFlow$3(FaultToleranceInterceptor.java:267)
	at [email protected]//io.smallrye.faulttolerance.core.InvocationContext.call(InvocationContext.java:19)
	at [email protected]//io.smallrye.faulttolerance.core.Invocation.apply(Invocation.java:29)
	at [email protected]//io.smallrye.faulttolerance.core.timeout.Timeout.doApply(Timeout.java:57)
	at [email protected]//io.smallrye.faulttolerance.core.timeout.Timeout.apply(Timeout.java:32)
	at [email protected]//io.smallrye.faulttolerance.core.circuit.breaker.CircuitBreaker.inClosed(CircuitBreaker.java:90)
	at [email protected]//io.smallrye.faulttolerance.core.circuit.breaker.CircuitBreaker.doApply(CircuitBreaker.java:73)
	at [email protected]//io.smallrye.faulttolerance.core.circuit.breaker.CircuitBreaker.apply(CircuitBreaker.java:60)
	at [email protected]//io.smallrye.faulttolerance.FaultToleranceInterceptor.syncFlow(FaultToleranceInterceptor.java:269)
	at [email protected]//io.smallrye.faulttolerance.FaultToleranceInterceptor.intercept(FaultToleranceInterceptor.java:196)
	at jdk.internal.reflect.GeneratedMethodAccessor37.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at [email protected]//org.jboss.weld.interceptor.reader.SimpleInterceptorInvocation$SimpleMethodInvocation.invoke(SimpleInterceptorInvocation.java:75)
	at [email protected]//org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeAroundInvoke(InterceptorMethodHandler.java:90)
	at [email protected]//org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.executeInterception(InterceptorMethodHandler.java:73)
	at [email protected]//org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.invoke(InterceptorMethodHandler.java:56)
	at [email protected]//org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:80)
	at [email protected]//org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler.invoke(CombinedInterceptorAndDecoratorStackMethodHandler.java:68)
	at deployment.ftCircuitBreakerTimeout.war//org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithTimeout$Proxy$_$$_WeldSubclass.serviceWithTimeoutWithoutFailOn(Unknown Source)
	at deployment.ftCircuitBreakerTimeout.war//org.eclipse.microprofile.fault.tolerance.tck.circuitbreaker.clientserver.CircuitBreakerClientWithTimeout$Proxy$_$$_WeldClientProxy.serviceWithTimeoutWithoutFailOn(Unknown Source)
	at deployment.ftCircuitBreakerTimeout.war//org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest.lambda$testTimeoutWithoutFailOn$3(CircuitBreakerTimeoutTest.java:89)
	at deployment.ftCircuitBreakerTimeout.war//org.eclipse.microprofile.fault.tolerance.tck.util.Exceptions.expect(Exceptions.java:124)
	at deployment.ftCircuitBreakerTimeout.war//org.eclipse.microprofile.fault.tolerance.tck.util.Exceptions.expectTimeout(Exceptions.java:47)
	at deployment.ftCircuitBreakerTimeout.war//org.eclipse.microprofile.fault.tolerance.tck.CircuitBreakerTimeoutTest.testTimeoutWithoutFailOn(CircuitBreakerTimeoutTest.java:89)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at deployment.ftCircuitBreakerTimeout.war//org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:133)
	at deployment.ftCircuitBreakerTimeout.war//org.testng.internal.MethodInvocationHelper$1.runTestMethod(MethodInvocationHelper.java:239)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


@yersan yersan added the ready-for-merge This PR is ready to be merged and fulfills all requirements label Sep 10, 2024
@yersan
Copy link
Collaborator

yersan commented Sep 10, 2024

Thanks @ropalka @bstansberry

@yersan yersan merged commit 71af721 into wildfly:main Sep 10, 2024
12 checks passed
@ropalka ropalka deleted the WFCORE-6982 branch September 11, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants