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

Initial tests for kinesis_stream #42

Merged
merged 7 commits into from
Oct 8, 2020

Conversation

tremble
Copy link
Contributor

@tremble tremble commented Apr 20, 2020

SUMMARY

Initial tests for kinesis_stream

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

kinesis_stream

ADDITIONAL INFORMATION

Make sure we've got some tests for #27

@Tyler-2
Copy link
Contributor

Tyler-2 commented Apr 21, 2020

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...

@tremble
Copy link
Contributor Author

tremble commented Apr 21, 2020

@Tyler-2 My intention is to

  • finish writing the test suite (just the encryption pieces left)
  • leave the 'broken' tests with an "ignore_error", so the suite passes
  • get any IAM policy updates merged into "aws-terminator" (where the testing policies live)
  • get some bugs filed
  • nag @jillr to get this merged
  • follow up with your PR to get that merged and the relevant tests un-commented out.
  • clean up the kinesis_stream module

@tremble tremble changed the title WIP Initial tests for kinesis_stream Initial tests for kinesis_stream Aug 12, 2020
@ansibullbot
Copy link

@ansibullbot ansibullbot added affects_2.10 community_review feature This issue/PR relates to a feature request integration tests/integration module module needs_triage stale_ci CI is older than 7 days, rerun before merging tests tests labels Aug 19, 2020
@tremble
Copy link
Contributor Author

tremble commented Aug 20, 2020

@jillr @s-hertel We now have 2 PRs that I think are ready to merge waiting on this. Would either of you be willing to review please?

@ansibullbot ansibullbot added the plugins plugin (any type) label Aug 28, 2020
Copy link
Collaborator

@jillr jillr left a 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

tests/integration/targets/kinesis_stream/tasks/main.yml Outdated Show resolved Hide resolved
@tremble tremble requested a review from jillr October 8, 2020 17:18
@jillr jillr merged commit 05dc527 into ansible-collections:main Oct 8, 2020
@tremble tremble deleted the tests/kinesis branch February 11, 2021 09:21
alinabuzachis pushed a commit to alinabuzachis/community.aws that referenced this pull request Jul 19, 2021
* 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]>
alinabuzachis pushed a commit to alinabuzachis/community.aws that referenced this pull request Jul 19, 2021
* 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]>
alinabuzachis pushed a commit to alinabuzachis/community.aws that referenced this pull request May 25, 2022
``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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects_2.10 community_review feature This issue/PR relates to a feature request integration tests/integration module module needs_triage plugins plugin (any type) stale_ci CI is older than 7 days, rerun before merging tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants