quarkusio / quarkus

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

@QuarkusTest config properties are not updated by TestResource when @QuarkusIntegrationTest are executed first #43804

Open sku0x20 opened 2 days ago

sku0x20 commented 2 days ago

Describe the bug

Expected behavior

TestResource should update the Config Properties everytime its started

Actual behavior

not updating the Config Properties when TestResource is restarted

How to Reproduce?

bug-report.zip

Output of uname -a or ver

Microsoft Windows [Version 10.0.22631.4169]

Output of java -version

java version "21.0.4" 2024-07-16 LTS Java(TM) SE Runtime Environment Oracle GraalVM 21.0.4+8.1 (build 21.0.4+8-LTS-jvmci-23.1-b41) Java HotSpot(TM) 64-Bit Server VM Oracle GraalVM 21.0.4+8.1 (build 21.0.4+8-LTS-jvmci-23.1-b41, mixed mode, sharing)

Quarkus version or git rev

3.15.1

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

------------------------------------------------------------ Gradle 8.9 ------------------------------------------------------------ Build time: 2024-07-11 14:37:41 UTC Revision: d536ef36a19186ccc596d8817123e5445f30fef8 Kotlin: 1.9.23 Groovy: 3.0.21 Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023 Launcher JVM: 21.0.4 (Oracle Corporation 21.0.4+8-LTS-jvmci-23.1-b41) Daemon JVM: C:\Program Files\Java\graalvm-jdk-21.0.4+8.1 (no JDK specified, using current Java home) OS: Windows 11 10.0 amd64

Additional information

No response

quarkus-bot[bot] commented 2 days ago

/cc @geoand (kotlin,testing), @radcortez (config)