Konstantin Ryabitsev <konstan...@linuxfoundation.org> wrote:
> I can confirm that v2mirror.t is the only test that's still failing now.
> If you need help troubleshooting that, I'll be happy to help. Feel free
> to jump into #korg on linuxnet (or #kernel.org on freenode).

I have to run out in a bit, and prefer to keep as much as
possible over email for archival purposes.

Which Xapian (both Perl bindings and libxapian*.so) are you running?

Can you try flipping the parallel flag and perhaps provide "strace -f"
output with/without parallel.   (strace -f prove -lv t/v2mirror.t)

--- a/t/v2mirror.t
+++ b/t/v2mirror.t
@@ -38,7 +38,7 @@ ok($ibx, 'inbox found');
 $ibx->{version} = 2;
 my $v2w = PublicInbox::V2Writable->new($ibx, 1);
 ok $v2w, 'v2w loaded';
-$v2w->{parallel} = 0;
+$v2w->{parallel} = 1;
 my $mime = PublicInbox::MIME->new(<<'');
 From: Me <m...@example.com>
 To: You <y...@example.com>


Thanks for the feedback!
--
unsubscribe: meta+unsubscr...@public-inbox.org
archive: https://public-inbox.org/meta/

Reply via email to