Skip to content

Commit

Permalink
server: reword comment of the deadlock test (#530)
Browse files Browse the repository at this point in the history
Signed-off-by: Rueian <[email protected]>
  • Loading branch information
rueian committed Jul 4, 2022
1 parent 836c382 commit 72743e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/v3/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 72743e4

Please sign in to comment.