JinyuChen97 commented on code in PR #8668:
URL: https://github.com/apache/camel-quarkus/pull/8668#discussion_r3266318779
##########
integration-test-groups/aws2/aws2-ecs/src/test/java/org/apache/camel/quarkus/component/aws2/ecs/it/GroupedAws2EcsTestResource.java:
##########
@@ -14,19 +14,13 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-package org.apache.camel.quarkus.component.seda.it;
+package org.apache.camel.quarkus.component.aws2.ecs.it;
-import io.quarkus.test.junit.QuarkusIntegrationTest;
-import org.junit.jupiter.api.Test;
-
-@QuarkusIntegrationTest
-class SedaVirtualThreadsIT extends SedaVirtualThreadsTest {
- /**
- * Overridden to remove JDK version restrictions as the JDK used in native
mode should be >= 25
- */
- @Override
- @Test
- void sedaExecutesOnVirtualThread() {
- super.sedaExecutesOnVirtualThread();
- }
+/**
+ * This class is required by the aws2-grouped module. The group-tests.groovy
script copies test sources
+ * from this module into the grouped module and renames all occurrences of
Aws2EcsTest to
+ * GroupedAws2EcsTest, which also renames Aws2EcsTestResource to
GroupedAws2EcsTestResource
+ * in the @QuarkusTestResource annotation. This class must therefore exist so
that the grouped module compiles.
Review Comment:
I modified the script to avoid change the class name to
'GroupedxxxTestResource' refered by @QuarkusTestResource. Please review it.
--
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]