Skip to content

Commit 0db9f04

Browse files
muirdmfacebook-github-bot
authored andcommitted
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
1 parent 315f9e3 commit 0db9f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eden/scm/tests/default_hgrc.py

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def get_content(use_watchman: bool = False, use_ipv6: bool = False) -> str:
6868
6969
[fsmonitor]
7070
detectrace=True
71+
fallback-on-watchman-exception=false
7172
"""
7273

7374
return content

0 commit comments

Comments
 (0)