-
Notifications
You must be signed in to change notification settings - Fork 33
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
get integration tests running in CI for aws-api-pekko-http #655
Comments
See https://github.com/apache/pekko-connectors/actions/runs/11051100151/job/30700278785 (which was run with the AWS creds set up as env vars but without AWS IAM permissions needed for Kinesis, DynamoDB, etc.
|
The important bits are
of course after these are fixed others will be missing... |
Need to work with ASF infra to give the necessary permissions to do these tests. They also will not work on PR's, instead the tests will only work on a GitHub branch that runs against main (see the existing S3 tests for details) |
I think we will need to consider making changes to the tests so that the created resources are more deterministic (name wise) and that the tests clean up after themselves in all scenarios. It would be ideal not to have to go to ASF Infra and request that we can create KInesis resources (for example) without any restrictions. |
The text was updated successfully, but these errors were encountered: