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: use hlc.ParseTimestamp in TestMVCCHistories
Adapted from cockroachdb#57077. Also switch over TestIntentInterleavingIter and TestIntentDemuxWriter. No need to re-write the parsing logic again. We'll also want this to use flags in the next commit. This causes a large diff because all nanos are now considered seconds. This doesn't actually change any behavior in the tests themselves.
- Loading branch information
1 parent
4c9bb63
commit 77832cd
Showing
39 changed files
with
1,340 additions
and
1,289 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
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
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
Oops, something went wrong.