Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for remote AWS testing #107

Merged
merged 1 commit into from
Mar 19, 2020
Merged

Conversation

orpiske
Copy link
Contributor

@orpiske orpiske commented Mar 18, 2020

Includes:

  • Added remote testing support for AWS SNS sink
  • Added remote testing support for AWS SQS source/sink
  • Added remote testing support for AWS S3 source
  • Added remote testing support for AWS Kinesis source
  • Updated documentation for remote testing

@orpiske
Copy link
Contributor Author

orpiske commented Mar 18, 2020

The tests are failing because of infra:

	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.

Includes:
- Added remote testing support for AWS SNS sink
- Added remote testing support for AWS SQS source/sink
- Added remote testing support for AWS S3 source
- Added remote testing support for AWS Kinesis source
- Updated documentation for remote testing
@orpiske
Copy link
Contributor Author

orpiske commented Mar 19, 2020

Great, it looks like PR #108 did the trick for the disk space.

@oscerd
Copy link
Contributor

oscerd commented Mar 19, 2020

I'm gonna merge this, thanks @orpiske

@oscerd oscerd merged commit 703f37c into apache:master Mar 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants