From 72743e429a9ad9f9350243e997b3033f1cbe6815 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 9438682041..665b954e4a 100644 --- a/pkg/server/v3/server_test.go +++ b/pkg/server/v3/server_test.go @@ -689,7 +689,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)