cli/cli-plugins/socket
Paweł Gronowski 0ce8989a78
test/cli-plugins: Try to make TestConnectAndWait less flaky
- Add runtime.Gosched() calls to encourage goroutine scheduling
- Increase the timeout from 10ms to 500ms
- Use poll.WaitOn with appropriate delays to ensure the goroutine has
  spawned before checking
- Lock the test goroutines to its own thread

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-03-19 11:52:07 +01:00
..
socket.go plugins: don't panic on Close if PluginServer nil 2024-08-07 14:04:31 +01:00
socket_abstract.go plugin: drop explicit unlink 2024-03-22 10:12:40 -06:00
socket_noabstract.go plugin: drop explicit unlink 2024-03-22 10:12:40 -06:00
socket_test.go test/cli-plugins: Try to make TestConnectAndWait less flaky 2025-03-19 11:52:07 +01:00