about summary refs log tree commit homepage
path: root/lib/PublicInbox
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-11-15 05:55:49 +0000
committerEric Wong <e@80x24.org>2023-11-15 08:01:13 +0000
commitaf2b7781f179f4317e35d0a247c522e026cbbb3a (patch)
tree4f059787159939e9e153c340e63c98b579b9e039 /lib/PublicInbox
parent247282c2d38426eae6a471b2aeebbf5d449dbc3e (diff)
downloadpublic-inbox-af2b7781f179f4317e35d0a247c522e026cbbb3a.tar.gz
It was only there for development purposes because associate is
slow, but it causes the test to get stuck on systems where it's
not available.  So remove it and just call join(1posix).

Note: this is not the `time' builtin found in shells, this
executable shows memory and pagefault info (and more with the
`-v' switch).  Unfortunately, it's not installed on many systems
despite being widely-packaged.

Reported-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Diffstat (limited to 'lib/PublicInbox')
-rw-r--r--lib/PublicInbox/CodeSearchIdx.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/CodeSearchIdx.pm b/lib/PublicInbox/CodeSearchIdx.pm
index 9ceef16c..3a30b5e5 100644
--- a/lib/PublicInbox/CodeSearchIdx.pm
+++ b/lib/PublicInbox/CodeSearchIdx.pm
@@ -890,7 +890,7 @@ sub associate {
         my @pending = keys %{$self->{PENDING}};
         die "E: pending=@pending jobs not done\n" if @pending;
         progress($self, 'associating...');
-        my @join = ('time', @JOIN, 'to_ibx_id', 'to_root_id');
+        my @join = (@JOIN, 'to_ibx_id', 'to_root_id');
         my $rd = popen_rd(\@join, $CMD_ENV, { -C => "$TMPDIR" });
         my %score;
         while (<$rd>) { # PFX ibx_ids root_id