changeset 33212:fe0667cc521e

tests: add fsmonitor specific output lines at enabling largefiles Temporarily enabling largefiles causes these output lines, only if tests are executed with fsmonitor.
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 03 Jul 2017 02:52:39 +0900
parents f48422ab81aa
children 0bec70c1df15
files tests/test-fileset-generated.t tests/test-histedit-fold.t tests/test-hook.t tests/test-init.t tests/test-log.t tests/test-rename.t tests/test-share.t
diffstat 7 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-fileset-generated.t	Mon Jul 03 21:26:39 2017 -0700
+++ b/tests/test-fileset-generated.t	Mon Jul 03 02:52:39 2017 +0900
@@ -81,6 +81,7 @@
   
 Largefiles doesn't crash
   $ hg log -T '{rev}\n' --stat 'set:modified()' --config extensions.largefiles=
+  The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
   1
    content1_content2_content1-tracked |  2 +-
    content1_content2_content3-tracked |  2 +-
--- a/tests/test-histedit-fold.t	Mon Jul 03 21:26:39 2017 -0700
+++ b/tests/test-histedit-fold.t	Mon Jul 03 02:52:39 2017 +0900
@@ -488,6 +488,7 @@
   $ echo "foo" > amended.txt
   $ hg add amended.txt
   $ hg ci -q --config extensions.largefiles= --amend -I amended.txt
+  The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
 
 Test that folding multiple changes in a row doesn't show multiple
 editors.
--- a/tests/test-hook.t	Mon Jul 03 21:26:39 2017 -0700
+++ b/tests/test-hook.t	Mon Jul 03 02:52:39 2017 +0900
@@ -730,6 +730,7 @@
   $ hg ci -ma
   223eafe2750c tip
   $ hg up 0 --config extensions.largefiles=
+  The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
   cb9a9f314b8b
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
 
--- a/tests/test-init.t	Mon Jul 03 21:26:39 2017 -0700
+++ b/tests/test-init.t	Mon Jul 03 02:52:39 2017 +0900
@@ -135,6 +135,8 @@
 
 The largefiles extension doesn't crash
   $ hg clone -e "python \"$TESTDIR/dummyssh\"" local ssh://user@dummy/remotelf --config extensions.largefiles=
+  The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
+  The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
   searching for changes
   remote: adding changesets
   remote: adding manifests
--- a/tests/test-log.t	Mon Jul 03 21:26:39 2017 -0700
+++ b/tests/test-log.t	Mon Jul 03 02:52:39 2017 +0900
@@ -47,6 +47,7 @@
 
 Make sure largefiles doesn't interfere with logging a regular file
   $ hg --debug log a -T '{rev}: {desc}\n' --config extensions.largefiles=
+  The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
   updated patterns: .hglf/a, a
   0: a
   $ hg log a
@@ -67,6 +68,7 @@
   summary:     a
   
   $ hg --debug log glob:a* -T '{rev}: {desc}\n' --config extensions.largefiles=
+  The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
   updated patterns: glob:.hglf/a*, glob:a*
   3: d
   0: a
@@ -2077,6 +2079,7 @@
   
 Ensure that largefiles doesn't interfere with following a normal file
   $ hg  --config extensions.largefiles= log -f d -T '{desc}' -G
+  The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
   @  c
   |
   o  a
--- a/tests/test-rename.t	Mon Jul 03 21:26:39 2017 -0700
+++ b/tests/test-rename.t	Mon Jul 03 02:52:39 2017 +0900
@@ -625,6 +625,7 @@
   abort: path contains illegal component: .hg/a1 (glob)
   [255]
   $ hg --config extensions.largefiles= rename d1/d11/a1 .hg
+  The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
   abort: path contains illegal component: .hg/a1 (glob)
   [255]
   $ hg status -C
@@ -632,6 +633,7 @@
   abort: ../a1 not under root '$TESTTMP' (glob)
   [255]
   $ hg --config extensions.largefiles= rename d1/d11/a1 ..
+  The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
   abort: ../a1 not under root '$TESTTMP' (glob)
   [255]
   $ hg status -C
--- a/tests/test-share.t	Mon Jul 03 21:26:39 2017 -0700
+++ b/tests/test-share.t	Mon Jul 03 02:52:39 2017 +0900
@@ -243,6 +243,8 @@
 non largefiles repos won't enable largefiles
 
   $ hg share --config extensions.largefiles= repo3 sharedrepo
+  The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
+  The fsmonitor extension is incompatible with the largefiles extension and has been disabled. (fsmonitor !)
   updating working directory
   2 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ [ -f sharedrepo/.hg/hgrc ]