From 0db9f041fe6100dd76ce48f9382947148417826f Mon Sep 17 00:00:00 2001 From: Muir Manders Date: Mon, 13 Nov 2023 15:05:44 -0800 Subject: [PATCH] tests: disable fsmonitor.fallback-on-watchman-exception Summary: This can cover up unexpected bugs/crashes in Watchman integration, so don't fall back for tests. Reviewed By: quark-zju Differential Revision: D51265960 fbshipit-source-id: cd97cc38e5a9a5ee333aff5b18cb9dd2cb779298 --- eden/scm/tests/default_hgrc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/eden/scm/tests/default_hgrc.py b/eden/scm/tests/default_hgrc.py index de1a9a5087c66..28d7599f941e4 100644 --- a/eden/scm/tests/default_hgrc.py +++ b/eden/scm/tests/default_hgrc.py @@ -68,6 +68,7 @@ def get_content(use_watchman: bool = False, use_ipv6: bool = False) -> str: [fsmonitor] detectrace=True +fallback-on-watchman-exception=false """ return content