Copilot commented on code in PR #6895:
URL: https://github.com/apache/incubator-kie/pull/6895#discussion_r3773205599
##########
kogito-apps-quarkus/integration-tests-data-index-service-quarkus-parent/integration-tests-data-index-service-quarkus/pom.xml:
##########
@@ -141,6 +141,46 @@
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
+ <!-- Ensure data-index service binaries are built before running
integration tests.
+ These are build-ordering sentinels only: type=pom + full exclusions
means nothing
+ is added to the classpath. Without these edges the partial CI build
skips the
+ service modules and the Testcontainer images are missing at runtime.
-->
Review Comment:
Typo in the comment: the library name is "Testcontainers" (plural).
##########
kogito-apps-springboot/integration-tests-data-index-service-springboot/pom.xml:
##########
@@ -134,6 +134,34 @@
<scope>test</scope>
</dependency>
+ <!-- Ensure data-index service binaries are built before running
integration tests.
+ These are build-ordering sentinels only: type=pom + full exclusions
means nothing
+ is added to the classpath. Without these edges the partial CI build
skips the
+ service modules and the Testcontainer images are missing at runtime.
-->
Review Comment:
Typo in the comment: the library name is "Testcontainers" (plural).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]