quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.82k stars 2.69k forks source link

quarkusIntTest not invoking @QuarkusIntegrationTest tests #44274

Open adampoplawski opened 1 week ago

adampoplawski commented 1 week ago

Describe the bug

  1. I generate project at https://code.quarkus.io/ with quarkus-rest with Gradle with Kotlin DSL and Started Code generated
  2. In generated GreetingResourceTest.java I change expected status code from 200 to 201
  3. ./gradlew quarkusIntTest -x test is successful (unexpected)
  4. ./gradlew test is failing (expected)

Expected behavior

./gradlew quarkusIntTest -x test would fail

Actual behavior

./gradlew quarkusIntTest -x test is successful

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

quarkus-bot[bot] commented 1 week ago

/cc @geoand (kotlin,testing)

geoand commented 1 week ago

I can't say I know what's going with Gradle here. @aloubyansky any idea?

adampoplawski commented 1 day ago

@geoand @aloubyansky any update?

geoand commented 1 day ago

Not as far as I know