-
Notifications
You must be signed in to change notification settings - Fork 348
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
ec2_snapshot - stability - relax integration tests #1322
ec2_snapshot - stability - relax integration tests #1322
Conversation
Backport to stable-4: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply ab5dfa1 on top of patchback/backports/stable-4/ab5dfa140d0cc79bccecfb8633f564a27fb2d9a4/pr-1322 Backporting merged PR #1322 into main
🤖 @patchback |
Backport to stable-5: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply ab5dfa1 on top of patchback/backports/stable-5/ab5dfa140d0cc79bccecfb8633f564a27fb2d9a4/pr-1322 Backporting merged PR #1322 into main
🤖 @patchback |
…nsible-collections#1322) route53_info: Add snake_cased return key,values to remaining methods SUMMARY Following up on ansible-collections#1236 Found more places where route53_info module does not return a snake_case output. Added snake_case output to checker_ip_range_details , reusable_delegation_set_details, and get_health_check methods. ISSUE TYPE Bugfix Pull Request COMPONENT NAME route53_info Reviewed-by: Joseph Torcasso <None> Reviewed-by: Mark Chappell <None>
…nsible-collections#1322) route53_info: Add snake_cased return key,values to remaining methods SUMMARY Following up on ansible-collections#1236 Found more places where route53_info module does not return a snake_case output. Added snake_case output to checker_ip_range_details , reusable_delegation_set_details, and get_health_check methods. ISSUE TYPE Bugfix Pull Request COMPONENT NAME route53_info Reviewed-by: Joseph Torcasso <None> Reviewed-by: Mark Chappell <None>
…nsible-collections#1322) route53_info: Add snake_cased return key,values to remaining methods SUMMARY Following up on ansible-collections#1236 Found more places where route53_info module does not return a snake_case output. Added snake_case output to checker_ip_range_details , reusable_delegation_set_details, and get_health_check methods. ISSUE TYPE Bugfix Pull Request COMPONENT NAME route53_info Reviewed-by: Joseph Torcasso <None> Reviewed-by: Mark Chappell <None>
SUMMARY
When using pagination, you're not guaranteed to get "max_items", it's a maximum. Sometimes you'll get less. Relax the ec2_snapshot tests a little to take this into account.
ISSUE TYPE
COMPONENT NAME
ec2_snapshot
ADDITIONAL INFORMATION