Revert DX-2104 schema-test change (wrong repo; unblocks export)#36
Merged
Conversation
This reverts commit ff2cee0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
PR #34 edited
cmd/api_test.godirectly in this mirror, butcmd/**is a Copybara-exported (source-owned) path. Editing it here modified a managed file outside Copybara, which broke the export with last-rev state drift:(Failed export: cio-cli Actions run
27472730729.)What
Revert the #34 commit (
ff2cee0) socmd/api_test.gomatches the last-exported source revision again. That realigns the destination with Copybara's last-rev state and unblocks exports.The DX-2104 fix itself is correct — it's just being re-applied in the right place: a
cio-cliPR against the sourcecmd/api_test.go, so it flows here through the normal export. This revert is purely the reconciliation step.Scope: single file,
cmd/api_test.go, 68 deletions (exactly #34's additions).