-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
re-enable Dataproc Metastore Federation tests #10445
Conversation
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccDataprocMetastoreFederationIamPolicyGenerated|TestAccDataprocMetastoreService_dataprocMetastoreServicePrivateServiceConnectExample |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccDataprocMetastoreFederationIamPolicyGenerated|TestAccDataprocMetastoreService_dataprocMetastoreServicePrivateServiceConnectExample |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: Click here to see the affected service packages
Action takenFound 2 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccDataprocMetastoreFederationIamPolicyGenerated|TestAccDataprocMetastoreService_dataprocMetastoreServicePrivateServiceConnectExample |
|
I'm going to use your PR to test this (hashicorp/terraform-provider-google#13710 (comment)) out, sorry for notification spam |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 27 Click here to see the affected service packages
Action takenFound 3 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
Looks like TestAccDataprocMetastoreService_dataprocMetastoreServicePrivateServiceConnectExample is failing because that example includes: network_config {
consumers {
subnetwork = google_compute_subnetwork.subnet.id
}
} which I assume is causing the address to be created with that subnet, resulting in failure to delete the subnet. I think that's a new test failure, so not something to attempt to fix here (though maybe a handwritten test could remove 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.
I'd suggest we re-skip generating tests from the dataproc_metastore_service_private_service_connect
example and merge this PR to close the original issue. I can open a new issue specific to the new test failure.
Does that sound ok?
@NickElliot, this PR is waiting for action from you. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. If no action is taken, this PR will be closed in 28 days. This notification can be disabled with the |
@SarahFrench that sounds good to me, feel free to merge this once those have been done! |
mmv1/products/metastore/Service.yaml
Outdated
@@ -101,7 +100,6 @@ examples: | |||
metastore_service_name: 'metastore-metadata' | |||
- !ruby/object:Provider::Terraform::Examples | |||
name: 'dataproc_metastore_service_private_service_connect' | |||
skip_test: true |
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.
Please resume this test being skipped here!
@NickElliot, this PR is waiting for action from you. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. If no action is taken, this PR will be closed in 28 days. This notification can be disabled with the |
@NickElliot, this PR is waiting for action from you. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. If no action is taken, this PR will be closed in 14 days. This notification can be disabled with the |
@NickElliot, this PR is waiting for action from you. Please address any comments or change requests, or re-request review from a core reviewer if no action is required. If no action is taken, this PR will be closed in 2 weekdays. This notification can be disabled with the |
Hi there, I'm the Modular magician. I've detected the following information about your changes: Diff reportYour PR generated some diffs in downstreams - here they are.
|
Tests analyticsTotal tests: 26 Click here to see the affected service packages
Action takenFound 6 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
|
|
Fixes hashicorp/terraform-provider-google#13710