On 7 Mar 2023, at 16:32, Eelco Chaudron wrote:
> On 3 Mar 2023, at 16:15, Simon Horman wrote: > >> On Tue, Feb 28, 2023 at 04:52:15PM +0100, Eelco Chaudron wrote: >>> Run "make check-offloads" as part of the GitHub actions tests. >>> >>> This test was run 25 times using GitHub actions, and the >>> failing rerun test cases where excluded. There are quite some >>> first-run failures, but unfortunately, there is no other >>> more stable kernel available as a GitHub-hosted runner. >>> >>> Did not yet include sanitizers in the run, as it's causing >>> the test to run too long >30min and there seems to be (timing) >>> issues with some of the tests. >>> >>> Signed-off-by: Eelco Chaudron <[email protected]> >> >> Hi Eelco, >> >> perhaps I am missing something obvious, >> but I seem to be getting failures with; >> >> 9: offloads - check_pkt_len action - offloads disabled FAILED >> (system-offloads-traffic.at:342) >> >> Also, there does not seem to be enough in the logs to determine why. >> >> https://github.com/horms/ovs/actions/runs/4323873948/jobs/7549439777#step:12:2847 Looking at your GitHub actions for this test (I think I was looking at the right commit :) It seems you only applied the second patch of the series, but the first patch updates the ubuntu release, this might be the problem. > > Looked at the logs captures and they only show that not all packets passed > trough: > > --- - 2023-03-03 14:59:53.139186466 +0000 > +++ > /home/runner/work/ovs/ovs/tests/system-offloads-testsuite.dir/at-groups/9/stdout > 2023-03-03 14:59:53.135502663 +0000 > @@ -1,2 +1,2 @@ > -10 1032 > +2 1032 > > > Interesting as it was running fine in my setup; > > https://github.com/chaudron/ovs/actions/runs/4294641204/jobs/7483953067 > > > Can you do a re-run and see if it’s fine a second run? I’ll do another couple > of re-runs and see if it fails in any of them. > _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
