On Wed, Nov 15, 2023 at 01:06:42AM +0000, Eric Wong wrote: > Konstantin Ryabitsev <konstan...@linuxfoundation.org> wrote: > > Looks like the last time I am able to successfully run "make test" is before > > this commit: > > > > b231d91f42d791becf7b6861e723833d71e73237 is the first bad commit > > > > The error I start getting after this commit is: > > > > t/extsearch.t ................ 160/? > > # Failed test 'lei_err=unindexed extindex > > /tmp/pi-extsearch-12765-FmsY/extindex not supported > > # > > # Argument "-TERM" isn't numeric in kill at > > /home/mricon/public-inbox-test/blib/lib/PublicInbox/IPC.pm line 442. > > Thanks, that (and another bug) should be fixed with: > https://public-inbox.org/meta/20231115010457.1047199-...@80x24.org/
Thanks, that is indeed much better! But I still get a few errors. First a non-critical: t/gcf2_client.t .............. 1/? Can't locate object method "fail" via package "PublicInbox::Gcf2Client" at /home/mricon/public-inbox-test/blib/lib/PublicInbox/Git.pm line 269. (in cleanup) Can't locate object method "fail" via package "PublicInbox::Gcf2Client" at /home/mricon/public-inbox-test/blib/lib/PublicInbox/Git.pm line 269. # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 65280 just after 2. t/gcf2_client.t .............. Dubious, test returned 255 (wstat 65280, 0xff00) Then just a bit later this one: t/imapd.t .................... 2/? Bailout called. Further testing stopped: FETCH socket closed while reading data from server FAILED--Further testing stopped: FETCH socket closed while reading data from server make: *** [test_dynamic] Error 255 This one looks odd but I do see it happen every time I run the test. -K