tests: run some largefiles and lfs tests with simple store
Now that the simple store handles flags properly, a handful of
the largefiles and lfs tests pass!
Differential Revision: https://phab.mercurial-scm.org/D3147
--- a/tests/test-largefiles-cache.t Wed Apr 04 21:27:02 2018 -0700
+++ b/tests/test-largefiles-cache.t Thu Apr 05 11:16:54 2018 -0700
@@ -1,5 +1,3 @@
-#require no-reposimplestore
-
Create user cache directory
$ USERCACHE=`pwd`/cache; export USERCACHE
--- a/tests/test-largefiles-misc.t Wed Apr 04 21:27:02 2018 -0700
+++ b/tests/test-largefiles-misc.t Thu Apr 05 11:16:54 2018 -0700
@@ -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.
--- a/tests/test-largefiles-small-disk.t Wed Apr 04 21:27:02 2018 -0700
+++ b/tests/test-largefiles-small-disk.t Thu Apr 05 11:16:54 2018 -0700
@@ -1,5 +1,3 @@
-#require no-reposimplestore
-
Test how largefiles abort in case the disk runs full
$ cat > criple.py <<EOF
--- a/tests/test-largefiles-wireproto.t Wed Apr 04 21:27:02 2018 -0700
+++ b/tests/test-largefiles-wireproto.t Thu Apr 05 11:16:54 2018 -0700
@@ -1,5 +1,3 @@
-#require no-reposimplestore
-
#testcases sshv1 sshv2
#if sshv2
--- a/tests/test-largefiles.t Wed Apr 04 21:27:02 2018 -0700
+++ b/tests/test-largefiles.t Thu Apr 05 11:16:54 2018 -0700
@@ -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.
--- a/tests/test-lfconvert.t Wed Apr 04 21:27:02 2018 -0700
+++ b/tests/test-lfconvert.t Thu Apr 05 11:16:54 2018 -0700
@@ -1,5 +1,3 @@
-#require no-reposimplestore
-
$ USERCACHE="$TESTTMP/cache"; export USERCACHE
$ mkdir "${USERCACHE}"
$ cat >> $HGRCPATH <<EOF
--- a/tests/test-lfs-bundle.t Wed Apr 04 21:27:02 2018 -0700
+++ b/tests/test-lfs-bundle.t Thu Apr 05 11:16:54 2018 -0700
@@ -1,5 +1,3 @@
-#require no-reposimplestore
-
In this test, we want to test LFS bundle application on both LFS and non-LFS
repos.