Skip to content

Commit b6d83f7

Browse files
committed
server: reword comment of the deadlock test (#530)
Signed-off-by: Rueian <[email protected]>
1 parent 1c3d23f commit b6d83f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server/v3/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ func TestCallbackError(t *testing.T) {
674674
func TestSOTWLinearCacheIntegrationDeadLock(t *testing.T) {
675675
for _, typ := range testTypes {
676676
t.Run(typ, func(t *testing.T) {
677-
t.Log("Integrating LinearCache with SOTW server. If this take too long, they might be dead locked")
677+
t.Log("Integrating LinearCache with SOTW server. If this is never completed, it might be because they are dead locked.")
678678

679679
nonce := int64(0)
680680
ver, targetVer := uint64(0), uint64(100000)

0 commit comments

Comments
 (0)