Skip to content

Commit

Permalink
server: reword comment of the deadlock test (envoyproxy#530)
Browse files Browse the repository at this point in the history
Signed-off-by: Rueian <rueiancsie@gmail.com>
  • Loading branch information
rueian committed Jan 20, 2022
1 parent 1c3d23f commit b6d83f7
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 @@ -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)
Expand Down

0 comments on commit b6d83f7

Please sign in to comment.