From: Eric Wong <e@80x24.org>
To: meta@public-inbox.org
Subject: [SQUASH] t/lei_xsearch: fix warnings from {docid} removal
Date: Sun, 21 Mar 2021 14:23:50 +0600 [thread overview]
Message-ID: <20210321082350.GA22940@dcvr> (raw)
In-Reply-To: <20210320124031.30983-1-e@80x24.org>
Eric Wong <e@80x24.org> wrote:
> Stop showing `docid' since it's not useful with shards.
RTF-test-output :x
---------8<-------
Subject: [PATCH] t/lei_xsearch: fix warnings from {docid} removal
---
t/lei_xsearch.t | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/t/lei_xsearch.t b/t/lei_xsearch.t
index e56b2820..3eb44233 100644
--- a/t/lei_xsearch.t
+++ b/t/lei_xsearch.t
@@ -3,7 +3,7 @@
# License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
use strict;
use v5.10.1;
-use List::Util qw(shuffle max);
+use List::Util qw(shuffle);
use PublicInbox::TestCommon;
use PublicInbox::Eml;
require_mods(qw(DBD::SQLite Search::Xapian));
@@ -62,9 +62,6 @@ is(scalar(@msgs), $nr, 'smsgs retrieved for all');
$mset = $lxs->recent(undef, { limit => 1 });
is($mset->size, 1, 'one result');
-my $max = max(map { $_->{docid} } @msgs);
-is($lxs->smsg_for(($mset->items)[0])->{docid}, $max,
- 'got highest docid');
my @ibxish = $lxs->locals;
is(scalar(@ibxish), scalar(@ibx) + 1, 'got locals back');
prev parent reply other threads:[~2021-03-21 8:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-20 12:40 [PATCH] lei q: trim JSON output Eric Wong
2021-03-21 8:23 ` Eric Wong [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://public-inbox.org/README
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210321082350.GA22940@dcvr \
--to=e@80x24.org \
--cc=meta@public-inbox.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).