On 2021-10-26 05:28+0000, Eric Wong wrote:
> Thomas Weißschuh <[email protected]> wrote:
> > On 2021-10-25 16:58-0600, Eric Wong wrote:
> > > Thanks, pushed as 9f3fb207.   It looks like there's several
> > > other tests broken with non-master being the default.  Can we
> > > expect fixes for those, too?  Thanks again.
> > 
> > Which tests are failing for you?
> 
>       t/edit.t
>       t/indexlevels-mirror.t
>       t/indexlevels-mirror-v1.t
>       t/convert-compact.t
>       t/multi-mid.t
>       t/feed.t
> 
> I was testing with --global, since that's what I expect if users
> are going to change their default branch.

This is also what I am using.

> $ git config --global init.defaultBranch foo
> $ make check-run

I only tried make check/test.
Let's see if I can reproduce those.

> > The only failures I still see are in t/lei-q-remote-import.t which is 
> > unrelated
> > to the git branch and some more that fail only during parallel test 
> > execution.
> > 
> > In t/lei-q-remote-import.t it seems the search results are not memoized to 
> > the
> > local store. (See attachment)
> 
> Thanks, I'll check out lei-q-remote-import.t separately.
> That could be related to SMP or slow/fast storage.
> Any details you can share about CPU core count, speeds
> or storage speeds, or CPU scheduler, CONFIG_HZ?

CPU:

  Model name:            11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
    CPU family:          6
    Model:               140
    Thread(s) per core:  2
    Core(s) per socket:  4
    Socket(s):           1
    Stepping:            1
    CPU max MHz:         4700,0000
    CPU min MHz:         400,0000

Storage: Samsung EVO 970 (with plenty of memory cache)
CONFIG_HZ: 300

Thomas

Reply via email to