-
Story
-
Resolution: Done
-
Minor
-
DO378 - RHBoQ2.13-en-1-20230228
-
13
-
ROLE
-
en-US (English)
-
DO378 Sprint 3, DO378 Sprint 4, DO378 Sprint 5, DO378 Sprint 6, DO378 Sprint 7
URL: https://role.rhu.redhat.com/rol-rhu/app/courses/do378-2.13/pages/ch03s07
Reporter RHNID: ggastald
Section: 7 - Lab: Testing Quarkus Microservices
Language: en-US (English)||
Workaround:
Description: The `NativeScheduleResourceIT.java` uses the deprecated annotation "@NativeImageTest". It should use "@QuarkusIntegrationTest" instead.
The @QuarkusIntegrationTest annotation is used to indicate that a test should be run against a fully functional Quarkus application. It starts up the application in the same way as running the application in a production environment, which means that it is closer to a real-world scenario.
Please ping me on the ticket if any further details are needed.