summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-08 14:22:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-08 14:22:11 -0400
commit92198a766e356d171bd9e6fdbdcd9d598e2d7280 (patch)
treebe645667fbbc688d99fcc4d34e94d5a7fa2e4a57 /doc
parent6356491919593b98d5a5573f05d6660e75a4963e (diff)
testremote: Test exporttree.
As long as the class of remotes supports exporting, it's tested whether or not the remote is configured with exporttree=yes. Also, made testremote of a remote configured with exporttree=yes disable that configuration for testing non-export storage. This commit was supported by the NSF-funded DataLad project.
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex-testremote.mdwn3
-rw-r--r--doc/todo/Test_cases_for_exporttree_special_remotes.mdwn2
-rw-r--r--doc/todo/Test_cases_for_exporttree_special_remotes/comment_2_0e280ec5691dbb0eef68f6e6c1424d08._comment7
3 files changed, 11 insertions, 1 deletions
diff --git a/doc/git-annex-testremote.mdwn b/doc/git-annex-testremote.mdwn
index 5c3a5ca5b..a6793066c 100644
--- a/doc/git-annex-testremote.mdwn
+++ b/doc/git-annex-testremote.mdwn
@@ -19,7 +19,8 @@ tries to clean up after itself, if the remote being tested had a bug,
the cleanup might fail, leaving test data in the remote.
Testing will use the remote's configuration, automatically varying
-the chunk sizes, and with simple shared encryption enabled and disabled.
+the chunk sizes, and with simple shared encryption disabled and enabled,
+and exporttree disabled and enabled.
# OPTIONS
diff --git a/doc/todo/Test_cases_for_exporttree_special_remotes.mdwn b/doc/todo/Test_cases_for_exporttree_special_remotes.mdwn
index 443369740..3d32b2c71 100644
--- a/doc/todo/Test_cases_for_exporttree_special_remotes.mdwn
+++ b/doc/todo/Test_cases_for_exporttree_special_remotes.mdwn
@@ -1 +1,3 @@
As far as I can tell, `git annex testremote` doesn't test exporting yet
+
+> [[fixed|done]] --[[Joey]]
diff --git a/doc/todo/Test_cases_for_exporttree_special_remotes/comment_2_0e280ec5691dbb0eef68f6e6c1424d08._comment b/doc/todo/Test_cases_for_exporttree_special_remotes/comment_2_0e280ec5691dbb0eef68f6e6c1424d08._comment
new file mode 100644
index 000000000..5cbb24e59
--- /dev/null
+++ b/doc/todo/Test_cases_for_exporttree_special_remotes/comment_2_0e280ec5691dbb0eef68f6e6c1424d08._comment
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2017-11-08T17:38:02Z"
+ content="""
+Added some fairly comprehensive tests.
+"""]]