D3147: tests: run some largefiles and lfs tests with simple store

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri Apr 6 00:51:39 UTC 2018


indygreg created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  Now that the simple store handles flags properly, a handful of
  the largefiles and lfs tests pass!

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D3147

AFFECTED FILES
  tests/test-largefiles-cache.t
  tests/test-largefiles-misc.t
  tests/test-largefiles-small-disk.t
  tests/test-largefiles-wireproto.t
  tests/test-largefiles.t
  tests/test-lfconvert.t
  tests/test-lfs-bundle.t

CHANGE DETAILS

diff --git a/tests/test-lfs-bundle.t b/tests/test-lfs-bundle.t
--- a/tests/test-lfs-bundle.t
+++ b/tests/test-lfs-bundle.t
@@ -1,5 +1,3 @@
-#require no-reposimplestore
-
 In this test, we want to test LFS bundle application on both LFS and non-LFS
 repos.
 
diff --git a/tests/test-lfconvert.t b/tests/test-lfconvert.t
--- a/tests/test-lfconvert.t
+++ b/tests/test-lfconvert.t
@@ -1,5 +1,3 @@
-#require no-reposimplestore
-
   $ USERCACHE="$TESTTMP/cache"; export USERCACHE
   $ mkdir "${USERCACHE}"
   $ cat >> $HGRCPATH <<EOF
diff --git a/tests/test-largefiles.t b/tests/test-largefiles.t
--- a/tests/test-largefiles.t
+++ b/tests/test-largefiles.t
@@ -1,5 +1,3 @@
-#require no-reposimplestore
-
 This file used to contains all largefile tests.
 Do not add any new tests in this file as it his already far too long to run.
 
diff --git a/tests/test-largefiles-wireproto.t b/tests/test-largefiles-wireproto.t
--- a/tests/test-largefiles-wireproto.t
+++ b/tests/test-largefiles-wireproto.t
@@ -1,5 +1,3 @@
-#require no-reposimplestore
-
 #testcases sshv1 sshv2
 
 #if sshv2
diff --git a/tests/test-largefiles-small-disk.t b/tests/test-largefiles-small-disk.t
--- a/tests/test-largefiles-small-disk.t
+++ b/tests/test-largefiles-small-disk.t
@@ -1,5 +1,3 @@
-#require no-reposimplestore
-
 Test how largefiles abort in case the disk runs full
 
   $ cat > criple.py <<EOF
diff --git a/tests/test-largefiles-misc.t b/tests/test-largefiles-misc.t
--- a/tests/test-largefiles-misc.t
+++ b/tests/test-largefiles-misc.t
@@ -1,5 +1,3 @@
-#require no-reposimplestore
-
 This file contains testcases that tend to be related to special cases or less
 common commands affecting largefile.
 
diff --git a/tests/test-largefiles-cache.t b/tests/test-largefiles-cache.t
--- a/tests/test-largefiles-cache.t
+++ b/tests/test-largefiles-cache.t
@@ -1,5 +1,3 @@
-#require no-reposimplestore
-
 Create user cache directory
 
   $ USERCACHE=`pwd`/cache; export USERCACHE



To: indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list