From 51623fbdbd8e87b09cc008d310b407c704e3b2b8 Mon Sep 17 00:00:00 2001 From: Thomas Orozco Date: Fri, 12 Jun 2020 04:14:13 -0700 Subject: [PATCH] mononoke/tests: disable mutation.record everywhere Summary: This is consistent with what is being done for now in hg for tests that haven't been migrated to modern configurations yet, and ensures we get stable commit hashes in our tests: D21899139. It's already explicitly turned on on tests that want it. In the future, this should probably be updated to use "modern configs" like the Mercurial tests do. Reviewed By: ikostia Differential Revision: D22016705 fbshipit-source-id: b27f6423bf4ec5244ef3ce2e7676306165a331a8 --- eden/mononoke/tests/integration/library.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eden/mononoke/tests/integration/library.sh b/eden/mononoke/tests/integration/library.sh index 9ec1eadfcf..02e69267b6 100644 --- a/eden/mononoke/tests/integration/library.sh +++ b/eden/mononoke/tests/integration/library.sh @@ -376,6 +376,8 @@ commitextras= ack=* [experimental] changegroup3=True +[mutation] +record=False EOF } @@ -1191,6 +1193,8 @@ treeonly=True [remotefilelog] server=False reponame=repo +[mutation] +record=False EOF }