diff mbox series

[ovs-dev] a curious intel-ovs-compilation test fail

Message ID AKwA9ACJIwZiYoPR4CzEVqoI.1.1675156931918.Hmail.mocan@ucloud.cn
State Handled Elsewhere, archived
Headers show
Series [ovs-dev] a curious intel-ovs-compilation test fail | expand

Checks

Context Check Description
ovsrobot/apply-robot fail apply and check: fail
ovsrobot/intel-ovs-compilation fail test: fail

Commit Message

Faicker Mo Jan. 31, 2023, 9:22 a.m. UTC
Hi, a curious ovsrobot/intel-ovs-compilation test fail,


88: conntrack - IPv6 fragmentation + cvlan          FAILED (system-traffic.at:3939)


./system-traffic.at:3939: ip netns exec at_ns0 sh << NS_EXEC_HEREDOC
ping6 -s 1600 -q -c 3 -i 0.3 -w 2 fc00:1::4 | grep "transmitted" | sed 's/time.*ms$/time 0ms/'
NS_EXEC_HEREDOC



This is the build result link,
https://mail.openvswitch.org/pipermail/ovs-build/2023-January/028216.html

Comments

Faicker Mo Jan. 31, 2023, 9:36 a.m. UTC | #1
from the ping6 man page,
-c count
           Stop after sending count ECHO_REQUEST packets. With deadline option, ping waits for count ECHO_REPLY packets, until the timeout expires.



the deadline option is set,so there may send more packets.




Hi, a curious ovsrobot/intel-ovs-compilation test fail,


88: conntrack - IPv6 fragmentation + cvlan          FAILED (system-traffic.at:3939)


./system-traffic.at:3939: ip netns exec at_ns0 sh << NS_EXEC_HEREDOC
ping6 -s 1600 -q -c 3 -i 0.3 -w 2 fc00:1::4 | grep "transmitted" | sed 's/time.*ms$/time 0ms/'
NS_EXEC_HEREDOC

--- - 2023-01-31 07:12:08.046894554 +0000
+++ /root/ovs-dev/tests/system-userspace-testsuite.dir/at-groups/88/stdout 2023-01-31 07:12:08.042997672 +0000
@@ -1,2 +1,2 @@
-3 packets transmitted, 3 received, 0% packet loss, time 0ms
+4 packets transmitted, 3 received, 25% packet loss, time 0ms



This is the build result link,
https://mail.openvswitch.org/pipermail/ovs-build/2023-January/028216.html
Simon Horman Jan. 31, 2023, 3:37 p.m. UTC | #2
On Tue, Jan 31, 2023 at 05:22:11PM +0800, Faicker Mo wrote:
> Hi, a curious ovsrobot/intel-ovs-compilation test fail,
> 
> 
> 88: conntrack - IPv6 fragmentation + cvlan          FAILED (system-traffic.at:3939)
> 
> 
> ./system-traffic.at:3939: ip netns exec at_ns0 sh << NS_EXEC_HEREDOC
> ping6 -s 1600 -q -c 3 -i 0.3 -w 2 fc00:1::4 | grep "transmitted" | sed 's/time.*ms$/time 0ms/'
> NS_EXEC_HEREDOC
> 
> --- - 2023-01-31 07:12:08.046894554 +0000
> +++ /root/ovs-dev/tests/system-userspace-testsuite.dir/at-groups/88/stdout 2023-01-31 07:12:08.042997672 +0000
> @@ -1,2 +1,2 @@
> -3 packets transmitted, 3 received, 0% packet loss, time 0ms
> +4 packets transmitted, 3 received, 25% packet loss, time 0ms

FWIIW, I suspect it is a transient error.
diff mbox series

Patch

--- - 2023-01-31 07:12:08.046894554 +0000
+++ /root/ovs-dev/tests/system-userspace-testsuite.dir/at-groups/88/stdout 2023-01-31 07:12:08.042997672 +0000
@@ -1,2 +1,2 @@ 
-3 packets transmitted, 3 received, 0% packet loss, time 0ms
+4 packets transmitted, 3 received, 25% packet loss, time 0ms