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

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Fri Apr 6 21:23:03 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG556984ae0005: tests: run some largefiles and lfs tests with simple store (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D3147?vs=7761&id=7845

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, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list