You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
W0227 15:03:01.046282 1 reflector.go:442] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: watch of *v1.Pod ended with: an error on the server ("unable to decode an event from the watch stream: context canceled") has prevented the request from succeeding
(See more surrounding logs attached as screen)
It looks like this is mainly happening during pod deletion. I have tried to mitigate it adding @RetryingTests(maxAttempts = 3) to our e2e - tests but that seems that cause other issues. Is there any other workaround for this or any way this can be fixed by tweaking some timeouts?
The text was updated successfully, but these errors were encountered:
@vania-pooh thanks for coming back to me. Is it a warning or does it result in exception messages on client side? Our setup is we run e2e tests using selenoid sending its request to moon. Both run in Kubernetes.
I am seeing this error message on moon:
(See more surrounding logs attached as screen)
It looks like this is mainly happening during pod deletion. I have tried to mitigate it adding @RetryingTests(maxAttempts = 3) to our e2e - tests but that seems that cause other issues. Is there any other workaround for this or any way this can be fixed by tweaking some timeouts?
The text was updated successfully, but these errors were encountered: