comment
authorJoey Hess <joeyh@joeyh.name>
Wed, 1 Mar 2023 17:04:18 +0000 (13:04 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 1 Mar 2023 17:04:18 +0000 (13:04 -0400)
doc/bugs/testremote_is_not_honoring_--backend/comment_5_96a03ff1d7339643e8f74e6e536e8f83._comment [new file with mode: 0644]

diff --git a/doc/bugs/testremote_is_not_honoring_--backend/comment_5_96a03ff1d7339643e8f74e6e536e8f83._comment b/doc/bugs/testremote_is_not_honoring_--backend/comment_5_96a03ff1d7339643e8f74e6e536e8f83._comment
new file mode 100644 (file)
index 0000000..f73521c
--- /dev/null
@@ -0,0 +1,21 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 5"""
+ date="2023-03-01T16:39:39Z"
+ content="""
+Seems like my renamePath fix did work, because looking back at the origianl
+failure log, it was failing to generate test keys, before it got to run the
+test cases at all.
+
+The new failures seem likely to be due to getFileStatus/getSymbolicLinkStatus 
+failing on the long filename on windows, as I suspected might happen in
+comment #3. I've updated the issue at
+<https://github.com/jacobstanley/unix-compat/issues/56>. And maybe that
+will get fixed, my understanding is that unix-compat has a new maintainer
+recently. But, git-annex does contain a convertToNativeNamespace function
+that it could use to work around the problem itself.
+
+(I am able to run Windows in emulation, but it's sufficiently slow and disk
+hog that I generally am not in a position to do it easily and appreciate
+users who can save me the bother.)
+"""]]