-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
data/aws/vpc: Drop aws_route_table data blocks #769
data/aws/vpc: Drop aws_route_table data blocks #769
Conversation
These were added in f828666 (modules/vpc: support re-apply of terraform when AZ number changes, 2018-03-12, coreos/tectonic-installer#3092), and never seem to have had a consumer. Removing them should fix occasional flakes like [1]: level=error msg="Error: Error applying plan:\n\n1 error(s) occurred:\n\n* module.vpc.data.aws_route_table.worker[1]: data.aws_route_table.worker.1: Your query returned no results. Please change your search criteria and try again.\n\nTerraform does not automatically rollback in the face of errors.\nInstead, your Terraform state file has been partially updated with\nany resources that successfully completed. Please address the error\nabove and apply again to incrementally change your infrastructure." I've also removed the data.aws_subnet blocks, whose last consumers were removed in f828666. [1]: https://storage.googleapis.com/origin-ci-test/pr-logs/pull/openshift_installer/737/pull-ci-openshift-installer-master-e2e-aws/1789/build-log.txt
So we got through Terraform (confirming that the lines I'm removing here are dead code) and then died in the test suite due to other flakes (the OpenShift API server?). If we want to try to push this through to reduce the |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: crawford, wking The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
/retest |
/retest Please review the full test history for this PR and help us cut down flakes. |
/retest |
/retest |
@wking: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
The final consumers were removed in c80edad (data/aws/vpc: Drop aws_route_table data blocks, 2018-11-30, openshift#769).
The final consumers were removed in c80edad (data/aws/vpc: Drop aws_route_table data blocks, 2018-11-30, openshift#769).
These were added in f828666 (coreos/tectonic-installer#3092), and never seem to have had a consumer. Removing them should fix occasional flakes like:
I've also removed the data.aws_subnet blocks, whose last consumers were removed in f828666.