Migrated from BasePath to explicit product usage for all services#17656
Migrated from BasePath to explicit product usage for all services#17656melinath wants to merge 3 commits into
Conversation
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit b6cae05: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 4 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. |
|
Failures in replaying only:
Failures in recording are both happening on all PRs right now, for example #17607 |
|
|
||
| config := acctest.GoogleProviderConfig(t) | ||
| url, err := tpgresource.ReplaceVarsForTest(config, rs, "{{GKEHub2BasePath}}projects/{{project}}/locations/{{location}}/memberships/{{membership_id}}") | ||
| url, err := tpgresource.ReplaceVarsForTest(config, rs, transport_tpg.BaseUrl(gkehub.Product, config)+"projects/{{project}}/locations/{{location}}/memberships/{{membership_id}}") |
There was a problem hiding this comment.
This is a change from GKEHub2 to GKEHub, but those are identical by default and this is a test-only change, so it should be safe (and VCR results indicate that it is).
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 857b900: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode 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 tests
View the replaying VCR build log Step 2: Recording Mode
Caution Issues requiring attention before PR completion 🔴 Initial Recording Failed: Some tests failed during the recording step. See the table above for details. Please address these issues to complete your PR. If you believe these detections are incorrect or unrelated to your change, please raise the concern with your reviewer. View the recording VCR build log or the debug logs folder for detailed results. @melinath, @SirGitsalot VCR tests complete for 857b900! |
|
VCR failures still look unrelated 👍 |
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.