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

[VPC] route table and page refactoring with deprecations #590

Merged
merged 7 commits into from
Oct 25, 2023

Conversation

anton-sidelnikov
Copy link
Member

@anton-sidelnikov anton-sidelnikov commented Oct 23, 2023

What this PR does / why we need it

Which issue this PR fixes

Special notes for your reviewer

=== RUN TestRouteTablesList
--- PASS: TestRouteTablesList (0.81s)
=== RUN TestRouteTablesLifecycle
routetables_test.go:46: Attempting to create first vpc: acc-vpc-1-bkM
routetables_test.go:50: Created first vpc: d03c12ac-a566-4aac-8fa3-b9d079abc4fb
routetables_test.go:59: Attempting to create first subnet: acc-subnet-1-1-iTX
routetables_test.go:71: Attempting to create second subnet: acc-subnet-2-1-oXi
routetables_test.go:88: Attempting to create second vpc: acc-vpc-2-d6i
routetables_test.go:92: Created second vpc: f9fc1d04-1a9f-430a-8f54-c54e77341bea
routetables_test.go:101: Attempting to create subnet for second vpc: acc-subnet-1-2-rC8
routetables_test.go:110: Attempting to create peering connection between first and second vpc
routetables_test.go:131: Attempting to create route table
routetables_test.go:145: Attempting to get route table: 20609fa7-61d9-4903-8c43-205fff83e5c8
routetables_test.go:150: Attempting to associate subnets to vpc route table: 20609fa7-61d9-4903-8c43-205fff83e5c8
2023/10/24 17:41:51 Attempting to update VPC route table with peering route: "20609fa7-61d9-4903-8c43-205fff83e5c8"
routetables_test.go:210: Attempting to create cloud server: acc-ecs-2kG
common.go:184: Attempting to create ECSv1
common.go:197: Created ECSv1 instance: d079022f-7e66-418b-ad4a-e6827c4c1896
2023/10/24 17:43:04 Attempting to update VPC route table with ecs route: "20609fa7-61d9-4903-8c43-205fff83e5c8"
routetables_test.go:239: Attempting to disassociate subnets to vpc route table: 20609fa7-61d9-4903-8c43-205fff83e5c8
common.go:203: Attempting to delete ECSv1: d079022f-7e66-418b-ad4a-e6827c4c1896
common.go:220: ECSv1 instance deleted: d079022f-7e66-418b-ad4a-e6827c4c1896
routetables_test.go:124: Attempting to delete vpc peering connection: e645e5e4-522d-4606-b586-e71846e1fc58
helpers.go:156: Attempting to delete subnet: 91cbb672-1622-4b1f-86cf-b987e6dc2c25
helpers.go:161: Waiting for subnet 91cbb672-1622-4b1f-86cf-b987e6dc2c25 to be deleted
helpers.go:165: Deleted subnet: 91cbb672-1622-4b1f-86cf-b987e6dc2c25
helpers.go:218: Attempting to delete vpc: f9fc1d04-1a9f-430a-8f54-c54e77341bea
helpers.go:223: Deleted vpc: f9fc1d04-1a9f-430a-8f54-c54e77341bea
helpers.go:156: Attempting to delete subnet: 7d288385-a35d-4bff-b305-0f7cc9615a57
helpers.go:161: Waiting for subnet 7d288385-a35d-4bff-b305-0f7cc9615a57 to be deleted
helpers.go:165: Deleted subnet: 7d288385-a35d-4bff-b305-0f7cc9615a57
helpers.go:156: Attempting to delete subnet: f06dac70-c6ab-4a53-8047-33372f39a056
helpers.go:161: Waiting for subnet f06dac70-c6ab-4a53-8047-33372f39a056 to be deleted
helpers.go:165: Deleted subnet: f06dac70-c6ab-4a53-8047-33372f39a056
helpers.go:218: Attempting to delete vpc: d03c12ac-a566-4aac-8fa3-b9d079abc4fb
helpers.go:223: Deleted vpc: d03c12ac-a566-4aac-8fa3-b9d079abc4fb
--- PASS: TestRouteTablesLifecycle (150.62s)
PASS

Process finished with the exit code 0

@anton-sidelnikov anton-sidelnikov self-assigned this Oct 24, 2023
artem-lifshits
artem-lifshits previously approved these changes Oct 24, 2023
@anton-sidelnikov anton-sidelnikov added the post Execute check-post jobs label Oct 24, 2023
@anton-sidelnikov anton-sidelnikov marked this pull request as ready for review October 24, 2023 16:10
@anton-sidelnikov anton-sidelnikov added the enhancement New feature or request label Oct 24, 2023
@anton-sidelnikov anton-sidelnikov changed the title [VPC] route table and page with deprecations [VPC] route table and page refactoring with deprecations Oct 24, 2023
@artem-lifshits artem-lifshits added the gate Merge PR label Oct 25, 2023
@otc-zuul
Copy link
Contributor

otc-zuul bot commented Oct 25, 2023

Build succeeded.
https://zuul.otc-service.com/t/eco/buildset/59e0e5f376174cebb26c4eaec1eadec2

✔️ otc-golangci-lint SUCCESS in 2m 22s
✔️ golang-make-vet SUCCESS in 3m 06s
✔️ golang-make-test SUCCESS in 3m 16s
✔️ golang-make-functional SUCCESS in 7m 36s

@otc-zuul otc-zuul bot merged commit 63026ff into devel Oct 25, 2023
2 checks passed
@otc-zuul otc-zuul bot deleted the vpc-route-tables branch October 25, 2023 09:22
artem-lifshits pushed a commit that referenced this pull request Jan 11, 2024
[VPC] route table and page refactoring with deprecations

What this PR does / why we need it
Which issue this PR fixes

Special notes for your reviewer
=== RUN   TestRouteTablesList
--- PASS: TestRouteTablesList (0.81s)
=== RUN   TestRouteTablesLifecycle
routetables_test.go:46: Attempting to create first vpc: acc-vpc-1-bkM
routetables_test.go:50: Created first vpc: d03c12ac-a566-4aac-8fa3-b9d079abc4fb
routetables_test.go:59: Attempting to create first subnet: acc-subnet-1-1-iTX
routetables_test.go:71: Attempting to create second subnet: acc-subnet-2-1-oXi
routetables_test.go:88: Attempting to create second vpc: acc-vpc-2-d6i
routetables_test.go:92: Created second vpc: f9fc1d04-1a9f-430a-8f54-c54e77341bea
routetables_test.go:101: Attempting to create subnet for second vpc: acc-subnet-1-2-rC8
routetables_test.go:110: Attempting to create peering connection between first and second vpc
routetables_test.go:131: Attempting to create route table
routetables_test.go:145: Attempting to get route table: 20609fa7-61d9-4903-8c43-205fff83e5c8
routetables_test.go:150: Attempting to associate subnets to vpc route table: 20609fa7-61d9-4903-8c43-205fff83e5c8
2023/10/24 17:41:51 Attempting to update VPC route table with peering route: "20609fa7-61d9-4903-8c43-205fff83e5c8"
routetables_test.go:210: Attempting to create cloud server: acc-ecs-2kG
common.go:184: Attempting to create ECSv1
common.go:197: Created ECSv1 instance: d079022f-7e66-418b-ad4a-e6827c4c1896
2023/10/24 17:43:04 Attempting to update VPC route table with ecs route: "20609fa7-61d9-4903-8c43-205fff83e5c8"
routetables_test.go:239: Attempting to disassociate subnets to vpc route table: 20609fa7-61d9-4903-8c43-205fff83e5c8
common.go:203: Attempting to delete ECSv1: d079022f-7e66-418b-ad4a-e6827c4c1896
common.go:220: ECSv1 instance deleted: d079022f-7e66-418b-ad4a-e6827c4c1896
routetables_test.go:124: Attempting to delete vpc peering connection: e645e5e4-522d-4606-b586-e71846e1fc58
helpers.go:156: Attempting to delete subnet: 91cbb672-1622-4b1f-86cf-b987e6dc2c25
helpers.go:161: Waiting for subnet 91cbb672-1622-4b1f-86cf-b987e6dc2c25 to be deleted
helpers.go:165: Deleted subnet: 91cbb672-1622-4b1f-86cf-b987e6dc2c25
helpers.go:218: Attempting to delete vpc: f9fc1d04-1a9f-430a-8f54-c54e77341bea
helpers.go:223: Deleted vpc: f9fc1d04-1a9f-430a-8f54-c54e77341bea
helpers.go:156: Attempting to delete subnet: 7d288385-a35d-4bff-b305-0f7cc9615a57
helpers.go:161: Waiting for subnet 7d288385-a35d-4bff-b305-0f7cc9615a57 to be deleted
helpers.go:165: Deleted subnet: 7d288385-a35d-4bff-b305-0f7cc9615a57
helpers.go:156: Attempting to delete subnet: f06dac70-c6ab-4a53-8047-33372f39a056
helpers.go:161: Waiting for subnet f06dac70-c6ab-4a53-8047-33372f39a056 to be deleted
helpers.go:165: Deleted subnet: f06dac70-c6ab-4a53-8047-33372f39a056
helpers.go:218: Attempting to delete vpc: d03c12ac-a566-4aac-8fa3-b9d079abc4fb
helpers.go:223: Deleted vpc: d03c12ac-a566-4aac-8fa3-b9d079abc4fb
--- PASS: TestRouteTablesLifecycle (150.62s)
PASS
Process finished with the exit code 0

Reviewed-by: Artem Lifshits
Reviewed-by: Vladimir Vshivkov
Reviewed-by: Aloento
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gate Merge PR post Execute check-post jobs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants