Files
kubernetes/pkg
Ed Bartosh 4c8b434779 DRA: Fix socket binding error in unit tests
Fixes TestConnectionHandling/no-wipe-on-reconnect which was failing with
"Only one usage of each socket address is normally permitted" because the
teardown function wasn't waiting for the gRPC server to fully shut down
before returning, causing socket cleanup issues in subsequent test runs.

The fix ensures proper synchronization during server shutdown so that the
Unix socket is fully released before the teardown completes. This prevents
socket binding conflicts when tests run in sequence.
2025-10-14 16:26:07 +03:00
..
2025-10-10 23:51:05 +08:00