# HG changeset patch # User Pierre-Yves David # Date 1617932167 -7200 # Node ID 06ebf0cc4f70241edb24500582167e1ec8a3d249 # Parent 8bf21b3869cd68f7519f468aa454d728ccba3a3d persistent-nodemap: disable it unconditionally for test-wireproto-caching.t This is not relevant for the test and this will avoid a lot of variations. Differential Revision: https://phab.mercurial-scm.org/D10336 diff -r 8bf21b3869cd -r 06ebf0cc4f70 tests/test-wireproto-caching.t --- a/tests/test-wireproto-caching.t Fri Apr 09 03:51:25 2021 +0200 +++ b/tests/test-wireproto-caching.t Fri Apr 09 03:36:07 2021 +0200 @@ -1,5 +1,10 @@ $ . $TESTDIR/wireprotohelpers.sh + +persistent-nodemap is not enabled by default. It is not relevant for this test so disable it. + $ cat >> $HGRCPATH << EOF + > [format] + > use-persistent-nodemap = no > [extensions] > blackbox = > [blackbox]