]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
test_common: create_*: detect changes all parameters
authorEric Wong <e@80x24.org>
Tue, 28 Nov 2023 14:56:14 +0000 (14:56 +0000)
committerEric Wong <e@80x24.org>
Wed, 29 Nov 2023 02:13:16 +0000 (02:13 +0000)
commitae08515c9d1022a4b0ae09bedf02265aceb3bd6b
treeb5344c09997d96f8551fef4952e9383cfd5423c9
parentfd254c022da9e0f3e6ce793fc38e0fa2fe1ca683
test_common: create_*: detect changes all parameters

Data::Dumper+B::Deparse seems fast enough to generate cache keys
with, so this makes updating and developing tests easier (as
opposed to forcing the developer to change the identifier).  The
main downside is we'll have to deal with cache expiration, but
"make clean" seems overly aggressive already (it keeps blowing
away the clones made by t/cindex-join.t :<)
lib/PublicInbox/TestCommon.pm