-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Revert "Adding new WithTestResource annotation" #42805
Conversation
/cc @marko-bekhta (hibernate-search), @yrodiere (hibernate-orm,hibernate-search) |
Note that I kept the new annotation so it's not a full revert. |
Yeah, I had no doubt 🙂 |
This comment has been minimized.
This comment has been minimized.
🙈 The PR is closed and the preview is expired. |
When this will be merged we probably want also revert quarkusio/quarkus-quickstarts#1435 for guides to be in sync with quickstarts. |
This comment has been minimized.
This comment has been minimized.
b77fb53
to
451d196
Compare
Status for workflow
|
Since I have migrated my project to WithTestResource, why is it being reverted? Thanks! |
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | JVM Tests - JDK 17 | Build |
Failures | Logs | Raw logs | 🔍 |
✖ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🔍 |
✖ | JVM Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ JVM Tests - JDK 17 #
- Failing: integration-tests/grpc-cli
📦 integration-tests/grpc-cli
✖ io.quarkus.grpc.cli.GrpcCliTest.testCommand
- History - More details - Source on GitHub
java.lang.RuntimeException:
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.vertx.http.deployment.VertxHttpProcessor#cors threw an exception: java.lang.IllegalStateException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at io.quarkus.deployment.proxy.ProxyFactory.newInstance(ProxyFactory.java:281)
at io.quarkus.deployment.recording.BytecodeRecorderImpl.getProxyInstance(BytecodeRecorderImpl.java:409)
at io.quarkus.deployment.recording.BytecodeRecorderImpl$1.invoke(BytecodeRecorderImpl.java:351)
at io.quarkus.deployment.recording.BytecodeRecorderImpl$$RecordingProxyProxy28.corsHandler(Unknown Source)
at io.quarkus.vertx.http.deployment.VertxHttpProcessor.cors(VertxHttpProcessor.java:169)
⚙️ JVM Tests - JDK 21 #
- Failing: integration-tests/grpc-cli
📦 integration-tests/grpc-cli
✖ io.quarkus.grpc.cli.GrpcCliTest.testCommand
- History - More details - Source on GitHub
java.lang.RuntimeException:
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.vertx.http.deployment.VertxHttpProcessor#cors threw an exception: java.lang.IllegalStateException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at io.quarkus.deployment.proxy.ProxyFactory.newInstance(ProxyFactory.java:281)
at io.quarkus.deployment.recording.BytecodeRecorderImpl.getProxyInstance(BytecodeRecorderImpl.java:409)
at io.quarkus.deployment.recording.BytecodeRecorderImpl$1.invoke(BytecodeRecorderImpl.java:351)
at io.quarkus.deployment.recording.BytecodeRecorderImpl$$RecordingProxyProxy28.corsHandler(Unknown Source)
at io.quarkus.vertx.http.deployment.VertxHttpProcessor.cors(VertxHttpProcessor.java:169)
⚙️ JVM Tests - JDK 17 Windows #
- Failing: integration-tests/grpc-cli
📦 integration-tests/grpc-cli
✖ io.quarkus.grpc.cli.GrpcCliTest.testCommand
- History - More details - Source on GitHub
java.lang.RuntimeException:
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.vertx.http.deployment.VertxHttpProcessor#cors threw an exception: java.lang.IllegalStateException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at io.quarkus.deployment.proxy.ProxyFactory.newInstance(ProxyFactory.java:281)
at io.quarkus.deployment.recording.BytecodeRecorderImpl.getProxyInstance(BytecodeRecorderImpl.java:409)
at io.quarkus.deployment.recording.BytecodeRecorderImpl$1.invoke(BytecodeRecorderImpl.java:351)
at io.quarkus.deployment.recording.BytecodeRecorderImpl$$RecordingProxyProxy25.corsHandler(Unknown Source)
at io.quarkus.vertx.http.deployment.VertxHttpProcessor.cors(VertxHttpProcessor.java:169)
Flaky tests - Develocity
⚙️ JVM Tests - JDK 17
📦 extensions/micrometer/deployment
✖ io.quarkus.micrometer.deployment.binder.VertxTcpMetricsNoClientMetricsTest.testTcpMetricsWithoutClientMetrics
- History
event executor terminated
-java.util.concurrent.RejectedExecutionException
java.util.concurrent.RejectedExecutionException: event executor terminated
at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:931)
at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:350)
at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:343)
at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:833)
at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:824)
at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:814)
at io.vertx.core.impl.EventLoopExecutor.execute(EventLoopExecutor.java:35)
@famod you can find more context here: https://groups.google.com/g/quarkus-dev/c/rS8-WN6b7XQ You don't have to change anything for now, you can keep your |
This reverts commit 5717408.
Also revert "Removed missed deprecated
@QuarkusTestResource
from docs"This reverts commit 6588ea3.
And more as it was more involved than that, since some tests were removed, modified, added since then.
No idea if all the tests will pass though, we will see how it goes...