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 1c3d23f commit b6d83f7Copy full SHA for b6d83f7
pkg/server/v3/server_test.go
@@ -674,7 +674,7 @@ func TestCallbackError(t *testing.T) {
674
func TestSOTWLinearCacheIntegrationDeadLock(t *testing.T) {
675
for _, typ := range testTypes {
676
t.Run(typ, func(t *testing.T) {
677
- 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.")
678
679
nonce := int64(0)
680
ver, targetVer := uint64(0), uint64(100000)
0 commit comments