##// END OF EJS Templates
tests: skip largefiles and lfs tests when using simple store...
Gregory Szorc -
r37366:f4e84dfc default
parent child Browse files
Show More
@@ -1,3 +1,5
1 #require no-reposimplestore
2
1 Create user cache directory
3 Create user cache directory
2
4
3 $ USERCACHE=`pwd`/cache; export USERCACHE
5 $ USERCACHE=`pwd`/cache; export USERCACHE
@@ -1,3 +1,5
1 #require no-reposimplestore
2
1 This file contains testcases that tend to be related to special cases or less
3 This file contains testcases that tend to be related to special cases or less
2 common commands affecting largefile.
4 common commands affecting largefile.
3
5
@@ -1,3 +1,5
1 #require no-reposimplestore
2
1 Test how largefiles abort in case the disk runs full
3 Test how largefiles abort in case the disk runs full
2
4
3 $ cat > criple.py <<EOF
5 $ cat > criple.py <<EOF
@@ -1,3 +1,5
1 #require no-reposimplestore
2
1 This file focuses mainly on updating largefiles in the working
3 This file focuses mainly on updating largefiles in the working
2 directory (and ".hg/largefiles/dirstate")
4 directory (and ".hg/largefiles/dirstate")
3
5
@@ -1,3 +1,5
1 #require no-reposimplestore
2
1 #testcases sshv1 sshv2
3 #testcases sshv1 sshv2
2
4
3 #if sshv2
5 #if sshv2
@@ -1,3 +1,5
1 #require no-reposimplestore
2
1 This file used to contains all largefile tests.
3 This file used to contains all largefile tests.
2 Do not add any new tests in this file as it his already far too long to run.
4 Do not add any new tests in this file as it his already far too long to run.
3
5
@@ -1,3 +1,5
1 #require no-reposimplestore
2
1 $ USERCACHE="$TESTTMP/cache"; export USERCACHE
3 $ USERCACHE="$TESTTMP/cache"; export USERCACHE
2 $ mkdir "${USERCACHE}"
4 $ mkdir "${USERCACHE}"
3 $ cat >> $HGRCPATH <<EOF
5 $ cat >> $HGRCPATH <<EOF
@@ -1,3 +1,5
1 #require no-reposimplestore
2
1 In this test, we want to test LFS bundle application on both LFS and non-LFS
3 In this test, we want to test LFS bundle application on both LFS and non-LFS
2 repos.
4 repos.
3
5
@@ -1,3 +1,5
1 #require no-reposimplestore
2
1 This tests the interaction between the largefiles and lfs extensions, and
3 This tests the interaction between the largefiles and lfs extensions, and
2 conversion from largefiles -> lfs.
4 conversion from largefiles -> lfs.
3
5
@@ -1,4 +1,4
1 #require serve
1 #require serve no-reposimplestore
2
2
3 $ cat >> $HGRCPATH <<EOF
3 $ cat >> $HGRCPATH <<EOF
4 > [extensions]
4 > [extensions]
@@ -1,5 +1,5
1 #testcases lfsremote-on lfsremote-off
1 #testcases lfsremote-on lfsremote-off
2 #require serve
2 #require serve no-reposimplestore
3
3
4 This test splits `hg serve` with and without using the extension into separate
4 This test splits `hg serve` with and without using the extension into separate
5 tests cases. The tests are broken down as follows, where "LFS"/"No-LFS"
5 tests cases. The tests are broken down as follows, where "LFS"/"No-LFS"
@@ -1,3 +1,4
1 #require no-reposimplestore
1 #testcases git-server hg-server
2 #testcases git-server hg-server
2
3
3 #if git-server
4 #if git-server
@@ -1,3 +1,5
1 #require no-reposimplestore
2
1 # Initial setup
3 # Initial setup
2
4
3 $ cat >> $HGRCPATH << EOF
5 $ cat >> $HGRCPATH << EOF
General Comments 0
You need to be logged in to leave comments. Login now