-
Notifications
You must be signed in to change notification settings - Fork 398
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
Initial tests for kinesis_stream #42
Conversation
Man I would just comment out the failing check_mode tests, since they're exposing previously-unknown bugs but not introducing any, create issues for the bad check_modes, and merge. Then we'd have tests for most of the module merged and would unblock bugfix PRs that are more serious. I'd make it a requirement of those bugfix PRs to reactivate and pass the relevant check_mode tests. But that's probably why I don't run any repositories... |
@Tyler-2 My intention is to
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Caught a typo, otherwise looks good
Co-authored-by: Jill R <[email protected]>
* Initial tests for kinesis_stream * Add exceptions for broken check_mode behaviour (idemmpotency) * kinesis_stream requires shards to be defined, update the docs to match * Add tests for tagging and retention period * Yet more tests (and bugs) * Disable Kinesis KMS tests - not supported in CI right now * Apply minor changes from review Co-authored-by: Jill R <[email protected]> Co-authored-by: Jill R <[email protected]>
* Initial tests for kinesis_stream * Add exceptions for broken check_mode behaviour (idemmpotency) * kinesis_stream requires shards to be defined, update the docs to match * Add tests for tagging and retention period * Yet more tests (and bugs) * Disable Kinesis KMS tests - not supported in CI right now * Apply minor changes from review Co-authored-by: Jill R <[email protected]> Co-authored-by: Jill R <[email protected]>
``aws_s3`` copy to object SUMMARY add option to aws_s3 module to copy object existing on Amazon S3 Closes: ansible-collections#42 ISSUE TYPE Feature Pull Request COMPONENT NAME aws_s3 ADDITIONAL INFORMATION - name: copy from source to destination aws_s3: bucket: "{{ dest }}" mode: copy object: destination.txt copy_src: bucket: "{{ src }}" object: source.txt Reviewed-by: Alina Buzachis <None> Reviewed-by: Jill R <None> Reviewed-by: Gonéri Le Bouder <[email protected]>
SUMMARY
Initial tests for kinesis_stream
ISSUE TYPE
COMPONENT NAME
kinesis_stream
ADDITIONAL INFORMATION
Make sure we've got some tests for #27