asked about adding tests under concurrency

This commit is contained in:
Ilya_Shlyakhter 2018-12-07 17:16:56 +00:00 committed by admin
parent 85651be9c4
commit 22b487e738

View file

@ -0,0 +1 @@
To [[git-annex-test]] and [[git-annex-testremote]], add option to run tests under concurrency (-J). Many possible bugs are unique to the concurrent case, and it's the case I often use. While any bugs detected may be hard to reproduce, it's important to know _whether_ there are concurrency-related bugs. Much of the trust in git-annex comes from its extensive test suite, but it's somewhat concerning to trust it with important data when the concurrency case is not tested at all.