You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The s3 source integration tests do not run automatically. Thus, PRs may be breaking behavior without our knowing.
Describe the solution you'd like
Run the s3 source integration tests as part of the GitHub Action. To support this, create an S3 bucket and SQS queue in the testing CDK.
It may also be advantageous to update the tests to write to a key prefix depending on the use-case: SQS notifications versus S3 scan. Then the SQS queue can trigger for events only a known key prefix. This way we don't need a bucket per use-case.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The
s3
source integration tests do not run automatically. Thus, PRs may be breaking behavior without our knowing.Describe the solution you'd like
Run the
s3
source integration tests as part of the GitHub Action. To support this, create an S3 bucket and SQS queue in the testing CDK.It may also be advantageous to update the tests to write to a key prefix depending on the use-case: SQS notifications versus S3 scan. Then the SQS queue can trigger for events only a known key prefix. This way we don't need a bucket per use-case.
The text was updated successfully, but these errors were encountered: