We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836c382 commit 72743e4Copy full SHA for 72743e4
pkg/server/v3/server_test.go
@@ -689,7 +689,7 @@ func TestCallbackError(t *testing.T) {
689
func TestSOTWLinearCacheIntegrationDeadLock(t *testing.T) {
690
for _, typ := range testTypes {
691
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")
+ t.Log("Integrating LinearCache with SOTW server. If this is never completed, it might be because they are dead locked.")
693
694
nonce := int64(0)
695
ver, targetVer := uint64(0), uint64(100000)
0 commit comments