Mercurial > hg
changeset 37439:556984ae0005
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
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Thu, 05 Apr 2018 11:16:54 -0700 |
parents | 7b7ca9ba2de5 |
children | 4335a75f0bd0 |
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 |
diffstat | 7 files changed, 0 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- 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.