On 7/17/26 5:25 PM, 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 adds adds a revalidator

adds adds

> purge before flow deletion to suppress these log messages.

The purge itself deletes all the datapath flows.  Do we still need to
call the del-flows manually afterwards?

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to