essobedo commented on PR #648: URL: https://github.com/apache/camel-karaf/pull/648#issuecomment-3398464398
I finally could investigate a bit. Your problem is due to the auto-cleanup of the Docker images https://github.com/apache/camel-karaf/blob/main/tests/features/pom.xml#L314. By default, after all tests of a given test class, we check if the image should be removed, and if so, we remove it (see https://github.com/apache/camel-karaf/blob/main/tests/camel-integration-test/src/main/java/org/apache/karaf/camel/itests/GenericContainerResource.java#L83-L85). In your case, as your test is very similar to the original test, you could simply add what you changed into `CamelKafkaRouteSupplier` and remove your additional test and route supplier. -- 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]
