changeset 44619:8cab8db59b6c

tests: don't run couple of tests related to extensions loading with chg The couple of files test extensions loading and debugging that. It sets `devel.debug.extensions` to True to do that. Either we have to restart chg if this config is set or just don't run these tests on chg. I tried the first way by adding the config option to chgserver.py list of config subsections but that does not seem to work.
author Pulkit Goyal <7895pulkit@gmail.com>
date Wed, 25 Mar 2020 20:15:57 +0530
parents 97265a0c0a42
children 1bc345d488fd
files tests/test-bad-extension.t tests/test-extension-timing.t
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-bad-extension.t	Wed Mar 25 20:33:15 2020 +0530
+++ b/tests/test-bad-extension.t	Wed Mar 25 20:15:57 2020 +0530
@@ -1,3 +1,4 @@
+#require no-chg
   $ filterlog () {
   >   sed -e 's!^[0-9/]* [0-9:]* ([0-9]*)>!YYYY/MM/DD HH:MM:SS (PID)>!'
   > }
--- a/tests/test-extension-timing.t	Wed Mar 25 20:33:15 2020 +0530
+++ b/tests/test-extension-timing.t	Wed Mar 25 20:15:57 2020 +0530
@@ -1,3 +1,5 @@
+#require no-chg
+
 Test basic extension support
 
   $ cat > foobar.py <<EOF