Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
40343: debug: don't error in check-store on Range without TruncatedState r=nvanbenschoten a=nvanbenschoten Otherwise we get lots of errors like: ``` range 411: truncated index 0 should equal first index 0 - 1 range 306: truncated index 0 should equal first index 0 - 1 range 399: truncated index 0 should equal first index 0 - 1 range 290: truncated index 0 should equal first index 0 - 1 range 340: truncated index 0 should equal first index 0 - 1 range 547: truncated index 0 should equal first index 0 - 1 range 266: truncated index 0 should equal first index 0 - 1 ``` Release note: None Co-authored-by: Nathan VanBenschoten <nvanbenschoten@gmail.com>
- Loading branch information