-
Notifications
You must be signed in to change notification settings - Fork 343
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_instance] refactor integration tests and other fixes #1404
Conversation
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 3m 53s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 02s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 03s |
@abikouo This PR was evaluated as a potentially problematic PR for the following reasons:
Such PR can only be merged by human. Contact a Core team member to review this PR on IRC: |
d8c3fd2
to
6d4b607
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 38s |
@abikouo Can you please explain the changes in this PR and how they will address the run time? For example, what process or logic did you use to determine what test changes to make and what new behaviour or outcome does the refactor achieve. Is this the smallest changeset that can reasonably be created, or could we take an incremental approach? From the PR title and commit messages it seems like there might be several code changes along with the test refactoring. Individual code changes should have their own PRs, separate from the test refactoring, to make each change easier to review. |
Other changes not directly related to the EC2_instance integration tests have already been moved into separated pull requests #1577 and #1576 |
this PR's badly bit rotted, and I'm not sure dropping a ton of tests is the best idea. closing |
SUMMARY
ec2_instance
: fix issue when attaching networking interface withcheck_mode=true
closes ec2_instance - attach network interfaces issue when using check_mode #1403ec2_instance_info
: add new parameter to describe specific instance attributeISSUE TYPE
COMPONENT NAME
ec2_instance
ec2_instance_info