On 27 Sep 2022, at 18:04, Mike Pattrick wrote:

> The "tcp vconn - refuse connection" test may fail due to a Connection
> Refused error. The network stack returns ECONNREFUSED on a reset
> connection in SYN_SENT state and EPIPE or ECONNRESET in all other
> cases.
>
>   2022-09-19T17:45:48Z|00001|socket_util|INFO|0:127.0.0.1: listening on
>     port 34189
>   2022-09-19T17:45:48Z|00002|poll_loop|DBG|wakeup due to [POLLOUT][
>     POLLERR][POLLHUP] on fd 4 (127.0.0.1:47140<->) at ../lib/stream-fd.
>     c:153
>   test-vconn: unexpected vconn_connect() return value 111 (Connection
>     refused)
>   ../../tests/vconn.at:21: exit code was 1, expected 0
>   530. vconn.at:21: 530. tcp vconn - refuse connection (vconn.at:21):
>     FAILED (vconn.at:21)
>
> This was observed from a CI system, and isn't a common case.
>
> Signed-off-by: Mike Pattrick <[email protected]>

Changes look fine to me. Ran the basic check, no problems were found.

Acked-by: Eelco Chaudron <[email protected]>

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to