svn commit: r359436 - in head/sys: kern net sys

Li-Wen Hsu lwhsu at freebsd.org
Tue Mar 31 07:51:49 UTC 2020


On Tue, Mar 31, 2020 at 3:00 PM Kristof Provost <kp at freebsd.org> wrote:
>
> On 31 Mar 2020, at 7:56, Li-Wen Hsu wrote:
> > On Tue, Mar 31, 2020 at 10:55 AM Mark Johnston <markj at freebsd.org> wrote:
> >>>> It seems could be triggered by sys.netinet6.frag6.*
> >>>> sys.netpfil.common.* sbin.pfctl.pfctl_test.* tests, and there are lots
> >>>> of test cases timed out.
> >>>>
> >>>> Can you help check these?
> >>>
> >>> I see, it is actually caused by r359438.  I'm looking at it now.
> >>
> >> I verified that the netpfil and netinet6 tests pass with r359477.
> >
> > Thanks for the fixing, the latest test panics at epair_qflush:
> >
> > https://ci.freebsd.org/job/FreeBSD-head-amd64-test/14747/consoleFull
> >
> > while executing sys.netpfil.pf.* tests. I'm not sure if this is
> > related or because of previous commits (I suspect the later). I'll
> > look into this.
> >
> That’s a know issue with epair (since EPOCH, I believe).
> A number of the pf tests are disabled due to this. See 238870.

I also think so, btw, currently every test run panics so I am afraid
that the recent commits might make status worse (or say, make the
issue easier to reproduce?)

Best,
Li-Wen


More information about the svn-src-all mailing list