Closed vvoland closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 59.63%. Comparing base (
9c01d92
) to head (382d4c3
). Report is 4 commits behind head on master.
Flaky test:
=== FAIL: e2e/cli-plugins TestPluginSocketBackwardsCompatible/detached/the_main_CLI_exits_after_3_signals (1.11s)
socket_test.go:111: docker --config /tmp/plugin-test-1548696475 presocket test-no-socket
socket_test.go:139: assertion failed: 255 (int) != 1 (int)
socket_test.go:140: assertion failed: expected error to contain "exit status 1", got "exit status 255"
socket_test.go:145: assertion failed:
--- ←
+++ →
@@ -1,2 +1,2 @@
-exit status -1
+got 3 SIGTERM/SIGINTs, forcefully exiting
cc @laurazard @Benehiko
-exit status -1
That's -1
(could be some default we're setting)? or is that just poor rendering of the output? 🤔
go1.23.3 (released 2024-11-06) includes fixes to the linker, the runtime, and the net/http, os, and syscall packages. See the Go 1.23.3 milestone for details.
- Description for the changelog