windows test suite down to only 2 failures
This commit is contained in:
parent
2d2805e2d8
commit
ee164ccbbb
2 changed files with 16 additions and 0 deletions
|
@ -18,3 +18,7 @@ windows XP, NTFS = 1 FAIL
|
||||||
windows 7, NTFS = 2 FAILs
|
windows 7, NTFS = 2 FAILs
|
||||||
|
|
||||||
see attachment for full log of git annex test output
|
see attachment for full log of git annex test output
|
||||||
|
|
||||||
|
> I am seeing the same 2 failures now (I used to see a lot more!)
|
||||||
|
> and have put some analysis in [[todo/windows_support]] about them.
|
||||||
|
> --[[Joey]]
|
||||||
|
|
|
@ -10,6 +10,18 @@ now! --[[Joey]]
|
||||||
* Ssh connection caching does not work on Windows, so `git annex get`
|
* Ssh connection caching does not work on Windows, so `git annex get`
|
||||||
has to connect twice to the remote system over ssh per file, which
|
has to connect twice to the remote system over ssh per file, which
|
||||||
is much slower than on systems supporting connection caching.
|
is much slower than on systems supporting connection caching.
|
||||||
|
* The test suite does not 100% pass, although it seems to be getting
|
||||||
|
quite close! Current known failures:
|
||||||
|
* unannex test fails, but only around 50% or less of the time,
|
||||||
|
while updating the .map file. Renaming the new file into place fails
|
||||||
|
with permission denied. Possibly something else has the file
|
||||||
|
open?
|
||||||
|
* "conflict_resolution (mixed directory and file)" test fails;
|
||||||
|
not because the conflict resolution fails, but the sync fails
|
||||||
|
pushing to synced/master with a non-fast-forward failure.
|
||||||
|
* Some tests fail if git has not had the username and email configured.
|
||||||
|
This is odd because the test suite goes to some lengths to
|
||||||
|
get env vars set to prevent this problem.
|
||||||
* `git annex assistant` has not been tested, is probably quite incomplete
|
* `git annex assistant` has not been tested, is probably quite incomplete
|
||||||
and/or buggy.
|
and/or buggy.
|
||||||
* Doesn't daemonize. Maybe use
|
* Doesn't daemonize. Maybe use
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue