-
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
fix google_container_node_pool
#8976
Conversation
Hi there, I'm the Modular magician. I've detected the following information about your changes: Breaking Change Detection FailedThe breaking change detector crashed during execution. This is usually due to the downstream provider(s) failing to compile. Please investigate or follow up with your reviewer. Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 1 file changed, 1 insertion(+), 1 deletion(-)) |
breaking-chnage and missing-test detectors error seems related to the bug in the base branch now. |
@trodge @ScottSuarez are we able to identify cases where the base is broken and post a specific message? |
Tests analyticsTotal tests: Action takenFound 1 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccDataSourceGoogleServiceAccountIdToken_impersonation |
Rerun these tests in REPLAYING mode to catch issues
|
It should be possible, but could you expand on what UX you're looking for ? |
See #8976 (comment) it failed because the base (main) was broken and not head (the PR branch). The error message "This is usually due to the downstream provider(s) failing to compile." is not very helpful. |
I think that is the wrong place to propose action. The breaking change tool is failing to execute. This is often due to users breaking tpg or tpgb. This case is an outlier and unit test checks already fail in tandem here. We can certainly add a one off check in the differ that posts if the provider in the base branch fails to compile with a call to action to update the PR branch. Is that the ask? |
Ah yeah this makes sense.
This sounds reasonable. Could you make a ticket? |
fix a bug introduced in pr 8884
Release Note Template for Downstream PRs (will be copied)