Skip to content

Commit a0644c8

Browse files
committed
db: fix incorrect testdata for TestIterHistories
This test broke in cockroachdb#5164, even though CI was green.
1 parent ca53325 commit a0644c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testdata/iter_histories/stats_no_invariants

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ stats
3333
stats: seeked 0 times (0 internal); stepped 0 times (0 internal)
3434
a: (a, .)
3535
b: (b, [b-c) @5=boop UPDATED)
36-
stats: seeked 1 times (1 internal); stepped 1 times (2 internal); blocks: 0B cached, 614B not cached (read time: 0s); points: 2 (2B keys, 2B values), range keys: 1, contained points: 1 (0 skipped)
36+
stats: seeked 1 times (1 internal); stepped 1 times (2 internal); blocks: 0B cached, 596B not cached (read time: 0s); points: 2 (2B keys, 2B values), range keys: 1, contained points: 1 (0 skipped)
3737
c: (c, . UPDATED)
3838
cat: (., [cat-dog) @3=beep UPDATED)
3939
d: (d, [cat-dog) @3=beep)
4040
.
41-
stats: seeked 1 times (1 internal); stepped 5 times (6 internal); blocks: 0B cached, 614B not cached (read time: 0s); points: 4 (4B keys, 4B values), range keys: 2, contained points: 2 (0 skipped)
41+
stats: seeked 1 times (1 internal); stepped 5 times (6 internal); blocks: 0B cached, 596B not cached (read time: 0s); points: 4 (4B keys, 4B values), range keys: 2, contained points: 2 (0 skipped)
4242

4343
# Do the above forward iteration but with a mask suffix. The results should be
4444
# identical despite range keys serving as masks, because none of the point keys

0 commit comments

Comments
 (0)