Remove test-only Framework resources#17546
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
/gcbrun |
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 2ccfdcd: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 54 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 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. 🔴 Replaying Rerun Failed: Some tests failed due to non-determinism when VCR replayed the response. 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 build log or the debug logs folder for detailed results. |
melinath
left a comment
There was a problem hiding this comment.
Looks like the tests that rely on these resources (I only see TestAccDataSourceGoogleFWNetwork in the VCR failures but maybe there are tests that skip VCR?) need to be removed.
|
Hi there, I'm the Modular magician. I've detected the following information about your changes for commit 231c977: Diff reportYour PR generated the following diffs in downstream repositories:
Test reportAnalytics
Affected Service Packages
Step 1: Replaying Mode Action takenFound 21 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 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. 🔴 Replaying Rerun Failed: Some tests failed due to non-determinism when VCR replayed the response. 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 build log or the debug logs folder for detailed results. |
Remove test-only Framework resources
Description
This PR removes three test-only Framework resources/data sources and their associated code from the
magic-modulesrepository:NewComputeNetworkFWDataSourceNewGooglePubsubLiteReservationFWResourceNewSQLUserFWResourceThese resources were only used as helpers in acceptance tests (registered in
vcr_utils.go) and were not exposed to users.Why
The primary goal of this removal is to reduce the number of dependencies needed for ongoing internal work, simplifying the build graph and removing unnecessary files.
Release Note Template for Downstream PRs (will be copied)
See Write release notes for guidance.