File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1992,10 +1992,10 @@ func TestTxnWriteBufferRollbackToSavepoint(t *testing.T) {
1992
1992
require .IsType (t , & kvpb.EndTxnResponse {}, br .Responses [0 ].GetInner ())
1993
1993
}
1994
1994
1995
- // TestRollbackNeverHeldLock is a regression test for a bug around incorrect
1995
+ // TestTxnWriteBufferRollbackNeverHeldLock is a regression test for a bug around incorrect
1996
1996
// accounting of the buffer size for completely unlocked writes that were rolled
1997
1997
// back.
1998
- func TestRollbackNeverHeldLock (t * testing.T ) {
1998
+ func TestTxnWriteBufferRollbackNeverHeldLock (t * testing.T ) {
1999
1999
defer leaktest .AfterTest (t )()
2000
2000
defer log .Scope (t ).Close (t )
2001
2001
ctx := context .Background ()
@@ -2882,7 +2882,7 @@ func TestTxnWriteBufferCorrectlyRollsbackExclusionTimestamp(t *testing.T) {
2882
2882
require .NotNil (t , br )
2883
2883
}
2884
2884
2885
- func TestLockKeyInfo (t * testing.T ) {
2885
+ func TestTxnWriteBufferLockKeyInfo (t * testing.T ) {
2886
2886
ts1 := hlc.Timestamp {WallTime : 1 }
2887
2887
ts2 := hlc.Timestamp {WallTime : 2 }
2888
2888
You can’t perform that action at this time.
0 commit comments