From 537eb7ec8c0f8ebd6fa39807a08515ccd3c4be66 Mon Sep 17 00:00:00 2001 From: "Eric Wong (Contractor, The Linux Foundation)" Date: Sun, 1 Apr 2018 23:23:07 +0000 Subject: v2writable: fix parallel termination I was too aggressively disabling parallelization to speed up the test suite and broke this :x Re-enable parallelization for the v2reindex test so we can catch it later. --- t/v2reindex.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 't') diff --git a/t/v2reindex.t b/t/v2reindex.t index b9540e4a..bf44fa0a 100644 --- a/t/v2reindex.t +++ b/t/v2reindex.t @@ -30,9 +30,8 @@ my $mime = PublicInbox::MIME->create( ], body => "hello world\n", ); - +local $ENV{NPROC} = 2; my $im = PublicInbox::V2Writable->new($ibx, 1); -$im->{parallel} = 0; foreach my $i (1..10) { $mime->header_set('Message-Id', "<$i\@example.com>"); ok($im->add($mime), "message $i added"); -- cgit v1.2.3-24-ge0c7