bcc69f07e8
This is to cut down on the number of files in bugs/, which makes it slow to file new bug reports or update active bug reports. These old bugs were about 1/3rd of the files in there. These projects want lists of their old bugs to still be accessible, and have the lists on their project pages, which will still list the old bugs. Commands used: for f in $(git grep -l '\[\[!tag projects/dandi\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/dandi/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/dandi/bugs-done; fi; fi; done for f in $(git grep -l '\[\[!tag projects/repronim\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/repronim/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/repronim/bugs-done; fi; fi; done for f in $(git grep -l '\[\[!tag projects/datalad\]\]'); do if grep -q 'done\]\]' "$f"; then git mv "$f" ../projects/datalad/bugs-done; g=$(echo "$f" | sed 's/.mdwn//'); if [ -d "$g" ]; then git mv "$g" ../projects/datalad/bugs-done; fi; fi; done That assumes that bugs are not tagged by multiple projects at the same time. Of the ones I moved, I've checked and none are. Could do the same with todo/ but there are only 370 files in there, and less than 84 of them could be moved this way, which does not seem likely to produce a sizeable speedup. Sponsored-by: Dartmouth College's Datalad project
149 lines
6.7 KiB
Markdown
149 lines
6.7 KiB
Markdown
As of commit 02b9764ff, after building git-annex on Windows with [this patch](https://git-annex.branchable.com/bugs/Patch_for_compilation_errors_on_Windows/) fully applied, running `git annex test` fails with the following output:
|
|
|
|
[[!format sh """
|
|
Tests
|
|
QuickCheck
|
|
prop_encode_decode_roundtrip: OK (0.05s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_encode_c_decode_c_roundtrip: OK (0.02s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_isomorphic_key_encode: OK (0.03s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_isomorphic_shellEscape: OK (0.02s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_isomorphic_shellEscape_multiword: OK (0.68s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_isomorphic_configEscape: OK (0.02s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_parse_show_Config: OK (0.04s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_upFrom_basics: OK (0.02s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_relPathDirToFileAbs_basics: OK (0.04s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_relPathDirToFileAbs_regressionTest: OK
|
|
+++ OK, passed 1 test.
|
|
prop_cost_sane: OK
|
|
+++ OK, passed 1 test.
|
|
prop_matcher_sane: OK
|
|
+++ OK, passed 1 test.
|
|
prop_HmacSha1WithCipher_sane: OK
|
|
+++ OK, passed 1 test.
|
|
prop_VectorClock_sane: OK
|
|
+++ OK, passed 1 test.
|
|
prop_addMapLog_sane: OK
|
|
+++ OK, passed 1 test.
|
|
prop_verifiable_sane: OK (0.07s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_segment_regressionTest: OK
|
|
+++ OK, passed 1 test.
|
|
prop_read_write_transferinfo: OK (0.04s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_read_show_inodecache: OK (0.03s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_parse_build_presence_log: OK (1.39s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_parse_build_contentidentifier_log: OK (1.32s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_read_show_TrustLevel: OK
|
|
+++ OK, passed 1 test.
|
|
prop_parse_build_TrustLevelLog: OK
|
|
+++ OK, passed 1 test.
|
|
prop_schedule_roundtrips: OK (0.01s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_past_sane: OK
|
|
+++ OK, passed 1 test.
|
|
prop_duration_roundtrips: OK
|
|
+++ OK, passed 1000 tests.
|
|
prop_metadata_sane: OK (0.82s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_metadata_serialize: OK (0.89s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_branchView_legal: OK (0.69s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_viewPath_roundtrips: OK (0.05s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_view_roundtrips: OK (0.41s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_viewedFile_rountrips: OK (0.03s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_b64_roundtrips: OK (0.03s)
|
|
+++ OK, passed 1000 tests.
|
|
prop_standardGroups_parse: OK
|
|
+++ OK, passed 1 test.
|
|
sha1 stable: OK
|
|
+++ OK, passed 1 test.
|
|
sha2_224 stable: OK
|
|
+++ OK, passed 1 test.
|
|
sha2_256 stable: OK
|
|
+++ OK, passed 1 test.
|
|
sha2_384 stable: OK
|
|
+++ OK, passed 1 test.
|
|
sha2_512 stable: OK
|
|
+++ OK, passed 1 test.
|
|
skein256 stable: OK
|
|
+++ OK, passed 1 test.
|
|
skein512 stable: OK
|
|
+++ OK, passed 1 test.
|
|
sha3_224 stable: OK
|
|
+++ OK, passed 1 test.
|
|
sha3_256 stable: OK
|
|
+++ OK, passed 1 test.
|
|
sha3_384 stable: OK
|
|
+++ OK, passed 1 test.
|
|
sha3_512 stable: OK
|
|
+++ OK, passed 1 test.
|
|
blake2s_160 stable: OK
|
|
+++ OK, passed 1 test.
|
|
blake2s_224 stable: OK
|
|
+++ OK, passed 1 test.
|
|
blake2s_256 stable: OK
|
|
+++ OK, passed 1 test.
|
|
blake2sp_224 stable: OK
|
|
+++ OK, passed 1 test.
|
|
blake2sp_256 stable: OK
|
|
+++ OK, passed 1 test.
|
|
blake2b_160 stable: OK
|
|
+++ OK, passed 1 test.
|
|
blake2b_224 stable: OK
|
|
+++ OK, passed 1 test.
|
|
blake2b_256 stable: OK
|
|
+++ OK, passed 1 test.
|
|
blake2b_384 stable: OK
|
|
+++ OK, passed 1 test.
|
|
blake2b_512 stable: OK
|
|
+++ OK, passed 1 test.
|
|
blake2bp_512 stable: OK
|
|
+++ OK, passed 1 test.
|
|
md5 stable: OK
|
|
+++ OK, passed 1 test.
|
|
HmacSha1 stable: OK
|
|
+++ OK, passed 1 test.
|
|
HmacSha224 stable: OK
|
|
+++ OK, passed 1 test.
|
|
HmacSha256 stable: OK
|
|
+++ OK, passed 1 test.
|
|
HmacSha384 stable: OK
|
|
+++ OK, passed 1 test.
|
|
HmacSha512 stable: OK
|
|
+++ OK, passed 1 test.
|
|
Remote Tests
|
|
remote type directory
|
|
Detected a filesystem without fifo support.
|
|
Disabling ssh connection caching.
|
|
Detected a crippled filesystem.
|
|
Entering an adjusted branch where files are unlocked as this filesystem does not support locked files.
|
|
Switched to branch 'adjusted/master(unlocked)'
|
|
git-annex.exe: System.PosixCompat.Files.removeLink: not supported: illegal operation
|
|
init: FAIL (1.48s)
|
|
Test.hs:250:
|
|
init failed
|
|
unavailable remote
|
|
removeKey:
|
|
##[error]Process completed with exit code 124.
|
|
"""]]
|
|
|
|
[[!meta author=jwodder]]
|
|
[[!tag projects/datalad]]
|
|
|
|
> [[done]] --[[Joey]]
|