On Mon, Oct 23, 2023 at 9:01 AM David Marchand <[email protected]> wrote: > > Hello Frode, > > On Sun, Oct 22, 2023 at 4:53 PM Frode Nordahl > <[email protected]> wrote: > > > > There are multiple system tests that call > > ovs-appctl revalidator/purge. > > > > Whenever this is called there is a risk of a warning level > > messages like these appearing in ovs-vswitchd.log: > > > > failed to flow_get (No such file or directory) > > Failed to acquire udpif_key corresponding to unexpected flow > > > > The OVS_TRAFFIC_VSWITCHD_STOP macro will fail the test on any > > warning level message unless it is explicitly allowed. > > > > Add the above mentioned messages to the allow list for the > > affected tests. > > > > Signed-off-by: Frode Nordahl <[email protected]> > > I recently submitted a change on this topic, that got applied last Friday. > https://github.com/openvswitch/ovs/commit/bd86266ea9ab > > Could you have a look with the current master branch and confirm if > you still reproduce those warnings? > Thanks.
Thank you for highlighting that patch, I missed that one. It does indeed look very relevant to the problem at hand, I'll take it for a spin and see if the spurious warnings are now gone. -- Frode Nordahl > > -- > David Marchand > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
