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
We need to handle this situation properly, using cancellable context would be appropriate here
Also, we should add a warning in a log on pod deletion, since it is typically an indication of a problem in the test - like pod crashlooping or even early test failure (configurable)
The text was updated successfully, but these errors were encountered:
@harjsing7 reported a race condition in a sidecar on pod removal.
The closing of the channel can happen in two spots:
rules_gitops/testing/it_sidecar/stern/tail.go
Line 86 in eafc9c3
rules_gitops/testing/it_sidecar/stern/main.go
Line 56 in eafc9c3
We need to handle this situation properly, using cancellable context would be appropriate here
Also, we should add a warning in a log on pod deletion, since it is typically an indication of a problem in the test - like pod crashlooping or even early test failure (configurable)
The text was updated successfully, but these errors were encountered: