You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
17:45:10,608 INFO [app] Running 1/1. Running: io.quarkus.ts.http.minimum.HelloResourceTest#HelloResourceTest
now it contains
17:53:53,032 INFO [app] Running 1/1. Running: #HelloResourceTest
I can so no information about this in PR description or note in migration guide or anything, therefore there is no way to tell whether this change is intentional or side effect.
Expected behavior
Previous behavior was clearer, but I just need a confirmation this was intentional change, that's all.
Describe the bug
Before #33685 our DEV mode test contained:
now it contains
I can so no information about this in PR description or note in migration guide or anything, therefore there is no way to tell whether this change is intentional or side effect.
Expected behavior
Previous behavior was clearer, but I just need a confirmation this was intentional change, that's all.
Actual behavior
io.quarkus.ts.http.minimum.HelloResourceTest#HelloResourceTest
=>HelloResourceTest
How to Reproduce?
Reproducer:
git clone [email protected]:michalvavrik/quarkus-test-suite.git
cd quarkus-test-suite/http/http-minimum-reactive
git checkout -b reproducer/domain-socket-vertx-bump
mvn clean verify -Dit.test=DevModeHttpMinimumReactiveIT
Output of
uname -a
orver
Fedora 38
Output of
java -version
17
GraalVM version (if different from Java)
22.3
Quarkus version or git rev
999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.9.1
Additional information
No response
The text was updated successfully, but these errors were encountered: