mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 13:42:02 +00:00
Now that everything is connected to a per-test context, the gRPC server might encounter an error before it gets shut down normally. We must not panic in that case because it would kill the entire Ginkgo worker process. This is not even an error, so just log it as info message.