tests/fsmonitor-run-tests.py
changeset 40208 b7ba1cfba174
parent 32769 efd6e941e933
child 43076 2372284d9457
--- a/tests/fsmonitor-run-tests.py	Mon Oct 08 13:12:06 2018 +0900
+++ b/tests/fsmonitor-run-tests.py	Fri Oct 12 16:07:08 2018 +0900
@@ -123,6 +123,12 @@
         runtestsargv.extend([
             '--extra-config',
             'extensions.fsmonitor=',
+            # specify fsmonitor.mode=paranoid always in order to force
+            # fsmonitor extension execute "paranoid" code path
+            #
+            # TODO: make fsmonitor-run-tests.py accept specific options
+            '--extra-config',
+            'fsmonitor.mode=paranoid',
             '--blacklist',
             blacklist,
         ])