On 20 Jul 2026, at 21:16, Mike Pattrick via dev wrote:
> Currently the "testing drop-stats - sampling action" test terminates
> vswitchd before error messages can be logged. If the testsuite exit
> hangs for a second then vswitchd will log some more errors and the
> test will fail at check_logs.
>
> ./drop-stats.at:324: check_logs "/sending to collector failed/d"
> dpif(revalidator18)|WARN|dummy@ovs-dummy: failed to flow_del (No
> such file or directory) ufid:<UUID>
> dpif(revalidator15)|WARN|dummy@ovs-dummy: failed to flow_del (No
> such file or directory) ufid:<UUID>
>
> This can be simulated by inserting a sleep in check_logs. These errors
> are caused by the revalidator sweeping flows that were already deleted
> through ovs-appctl dpctl/del-flows. This patch uses a revalidator pruge
pruge -> purge.
> instead of dpctl flow deletion to suppress these log messages.
>
> Fixes: 516569d31fbf ("ofproto: xlate: Make sampled drops explicit.")
> Reported-at: https://redhat.atlassian.net/browse/FDP-1812
> Signed-off-by: Mike Pattrick <[email protected]>
Thanks, Mike, for looking into these delayed errors. The patch
looks good to me, so with the above nit corrected:
Acked-by: Eelco Chaudron <[email protected]>
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev