Skip to content

Commit 72743e4

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

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
@@ -689,7 +689,7 @@ func TestCallbackError(t *testing.T) {
689689
func TestSOTWLinearCacheIntegrationDeadLock(t *testing.T) {
690690
for _, typ := range testTypes {
691691
t.Run(typ, func(t *testing.T) {
692-
t.Log("Integrating LinearCache with SOTW server. If this take too long, they might be dead locked")
692+
t.Log("Integrating LinearCache with SOTW server. If this is never completed, it might be because they are dead locked.")
693693

694694
nonce := int64(0)
695695
ver, targetVer := uint64(0), uint64(100000)

0 commit comments

Comments
 (0)