Skip to content

Commit

Permalink
tests: disable fsmonitor.fallback-on-watchman-exception
Browse files Browse the repository at this point in the history
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
  • Loading branch information
muirdm authored and facebook-github-bot committed Nov 13, 2023
1 parent 315f9e3 commit 0db9f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eden/scm/tests/default_hgrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0db9f04

Please sign in to comment.