Yaroslav Halchenko
Yaroslav Halchenko
Observed in https://github.com/datalad/datalad/pull/7509 -- a rare fail which used to happen more systematically at some point in the past (likely unrelated some general fails), and once before in Apr. All...
We are using paid travis CI, and funds for that line are about to end. Moreover @mih is also paying for appveyor. So I think it would be reasonable to...
see individual commits, ref: https://github.com/datalad/datalad/issues/6847 (closed by a specific commit)
Inspired by #7485 and also seeing similar problems while working with @candleindark on datalad-registry where we also experience similar transient problems where `git` might fail to perform some operation, and...
### What is the problem? while test building git-annex we keep getting it failed from time to time starting from May ``` datalad@smaug:/mnt/datasets/datalad/ci/git-annex/builds/2023$ datalad foreach-dataset -s --o-s relpath git grep...
ATM I think we are using `localhost` and `datalad-test`: ``` $> git grep ssh.*datalad-test datalad/support/tests/test_annexrepo.py: socket_1 = opj(ssh_manager.socket_dir, 'datalad-test') datalad/support/tests/test_annexrepo.py: gr.add_remote("ssh-remote-1", "ssh://datalad-test" + remote_1_path) datalad/support/tests/test_sshconnector.py: manager.get_connection('ssh://datalad-test').open() tools/ci/prep-travis-forssh.sh:ssh -v datalad-test exit...
came up in https://github.com/datalad/datalad/pull/7489 seems to be quite rare fail ``` datalad@smaug:/mnt/datasets/datalad/ci/logs/2023$ datalad foreach-dataset -s --o-s relpath git grep 'FAILED.*test_path_diff.*signal 11' 03/13/push/maint/3320e00/github-Test on macOS-4420-failed/1_test (brew).txt:2023-03-13T15:17:54.2230670Z FAILED ../local/tests/test_diff.py::test_path_diff - datalad.runner.exception.CommandError: CommandError:...
trying on distant mac with datalad from conda-forge 0.16.5 ``` (datalad) yoh@datalads-imac2 testbranch % datalad -l debug create-sibling-github testbranch [DEBUG ] Command line args 1st pass for DataLad 0.16.5. Parsed:...
`datalad/distributed/tests/ria_utils.py` already has ```python def initremote(repo, name, encryption=None, config=None): cfg = dict(config) if config else {} cfg['encryption'] = encryption if encryption else 'none' args = ['{}={}'.format(k, v) for k, v...
It is a "tricky" case since there is indeed `git-annex` branch although there is also a `.noannex` file which was added AFTER all those log entries in the git-annex branch....