]> Sergey Matveev's repositories - public-inbox.git/commit
t/nntpd: do not fork on indexing, test v2
authorEric Wong <e@yhbt.net>
Sun, 2 Aug 2020 03:09:37 +0000 (03:09 +0000)
committerEric Wong <e@yhbt.net>
Mon, 3 Aug 2020 04:29:02 +0000 (04:29 +0000)
commit5ac7008232e6adb6a8f0d1305f33a5124641a5b1
treec2e710648265dbefef239d24be2cbbdc647e2dc9
parent77eafbd653d2efac546f2c330d8cf5e84bef2712
t/nntpd: do not fork on indexing, test v2

No need to waste resources when doing minimal work.  With
PI_TEST_VERSION=2, this fixes a test failure where
Net::NNTP::DESTROY was getting called in the shard process.

We'll also get rid of an unnecessary use_ok under v2, too.
MANIFEST
t/nntpd-v2.t [new file with mode: 0644]
t/nntpd.t