forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: Fix CI Failures Due To MVCCGet Assignment Mismatch
Informs: cockroachdb#77228 cmd_resolve_intent_test.go calls MVCCGet, which originally returned 3 values, but in cockroachdb#94698, returns 2 values (MVCCGetResult). Unfortunately, the PR containing changes to cmd_resolve_intent_test.go used the original MVCCGet with 3 return values and was merged at around the same time as the change to MVCCGet, and the changes to cmd_resolve_intent_test.go calling the original MVCCGet with 3 return values was merged, which causes CI failures after the change to MVCCGet from 3 to 2 return values was also merged as is. Release note: None
- Loading branch information
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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