orpiske commented on issue #107: Added support for remote AWS testing URL: https://github.com/apache/camel-kafka-connector/pull/107#issuecomment-600671904 The tests are failing because of infra: ```java.lang.ExceptionInInitializerError at org.apache.camel.kafkaconnector.sink.cassandra.CamelSinkCassandraITCase.<clinit>(CamelSinkCassandraITCase.java:47) Caused by: org.testcontainers.containers.ContainerFetchException: Can't get Docker image: RemoteDockerImage(imageNameFuture=java.util.concurrent.CompletableFuture@5b251fb9[Completed normally], imagePullPolicy=DefaultPullPolicy(), dockerClient=LazyDockerClient.INSTANCE) at org.apache.camel.kafkaconnector.sink.cassandra.CamelSinkCassandraITCase.<clinit>(CamelSinkCassandraITCase.java:47) Caused by: org.testcontainers.containers.ContainerFetchException: Failed to get Docker client for cassandra:3.11 at org.apache.camel.kafkaconnector.sink.cassandra.CamelSinkCassandraITCase.<clinit>(CamelSinkCassandraITCase.java:47) Caused by: com.github.dockerjava.api.exception.DockerClientException: Could not pull image: failed to register layer: Error processing tar file(exit status 1): write /opt/cassandra/lib/netty-all-4.0.44.Final.jar: no space left on device at org.apache.camel.kafkaconnector.sink.cassandra.CamelSinkCassandraITCase.<clinit>(CamelSinkCassandraITCase.java:47)``` I wonder if there's something we can do to work-around this. I'll look into that.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services