aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/race_condition_with___39____39__git-annex__58___Cannot_run_git-annex-remote-__33__dne__33___--_Make_sure_it__39__s_in_your_PATH_and_is_executable.__34__/comment_1_2960102ff86d8b0304d6fd8b83e34ba1._comment
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/race_condition_with___39____39__git-annex__58___Cannot_run_git-annex-remote-__33__dne__33___--_Make_sure_it__39__s_in_your_PATH_and_is_executable.__34__/comment_1_2960102ff86d8b0304d6fd8b83e34ba1._comment')
-rw-r--r--doc/bugs/race_condition_with___39____39__git-annex__58___Cannot_run_git-annex-remote-__33__dne__33___--_Make_sure_it__39__s_in_your_PATH_and_is_executable.__34__/comment_1_2960102ff86d8b0304d6fd8b83e34ba1._comment20
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/bugs/race_condition_with___39____39__git-annex__58___Cannot_run_git-annex-remote-__33__dne__33___--_Make_sure_it__39__s_in_your_PATH_and_is_executable.__34__/comment_1_2960102ff86d8b0304d6fd8b83e34ba1._comment b/doc/bugs/race_condition_with___39____39__git-annex__58___Cannot_run_git-annex-remote-__33__dne__33___--_Make_sure_it__39__s_in_your_PATH_and_is_executable.__34__/comment_1_2960102ff86d8b0304d6fd8b83e34ba1._comment
deleted file mode 100644
index 8b714e851..000000000
--- a/doc/bugs/race_condition_with___39____39__git-annex__58___Cannot_run_git-annex-remote-__33__dne__33___--_Make_sure_it__39__s_in_your_PATH_and_is_executable.__34__/comment_1_2960102ff86d8b0304d6fd8b83e34ba1._comment
+++ /dev/null
@@ -1,20 +0,0 @@
-[[!comment format=mdwn
- username="joey"
- subject="""comment 1"""
- date="2016-07-05T19:58:41Z"
- content="""
-AFAICS this can only affect `git annex testremote` and not other commands;
-to test behavior when the remote is not accessible, it uses
-mkUnavailable which substitutes "!dne!" for various values.
-
-In the case of an external special remote, this causes it to run
-git-annex-remote-!dne! which is intentially not in the PATH. So,
-testremote is testing the behavior when the external special remote
-program is missing.
-
-The bug is that in the remote warmup process it tries to run
-git-annex-remote-!dne! in order to query it for GETCOST, and this fails.
-
-It's not a race condition; it just fails the first time, and works
-the second time (since it has gotten the cost cached then).
-"""]]