Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
104131: roachtest: handle zero replicated timestamp correctly r=msbutler a=stevendanna A zero-valued hlc.Timestamp converts to a non-zero-values Go timestamp since hlc.Timestamps are based on the Unix epoch. As a result, the waitForReplicatedTime function would immediately return, as a result we were not actually waiting for the initial scan. Possibly Fixes #103939 Epic: none Release note: None Co-authored-by: Steven Danna <[email protected]>
- Loading branch information