From b6d83f7aa3eb06522a8cb7e35ee36ddacaa2599e Mon Sep 17 00:00:00 2001 From: Rueian Date: Fri, 21 Jan 2022 00:12:32 +0800 Subject: [PATCH] server: reword comment of the deadlock test (#530) Signed-off-by: Rueian --- pkg/server/v3/server_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/server/v3/server_test.go b/pkg/server/v3/server_test.go index 102d8fdb13..3a6b8c0da7 100644 --- a/pkg/server/v3/server_test.go +++ b/pkg/server/v3/server_test.go @@ -674,7 +674,7 @@ func TestCallbackError(t *testing.T) { func TestSOTWLinearCacheIntegrationDeadLock(t *testing.T) { for _, typ := range testTypes { t.Run(typ, func(t *testing.T) { - t.Log("Integrating LinearCache with SOTW server. If this take too long, they might be dead locked") + t.Log("Integrating LinearCache with SOTW server. If this is never completed, it might be because they are dead locked.") nonce := int64(0) ver, targetVer := uint64(0), uint64(100000)