debian-koji/tests
Yu Ming Zhu 52a63f732d util: [rmtree] try best to catch errors for race condition
fixes: #2481

This approach is ugly, but just working.

ENOENT and ESTALE errors are catched in `chdir`, `listdir` calls to stomach the deletion by other process/thread

ENOTEMPTY is catched when calling `os.rmdir(path)` in `rmtree()` too. It happens when `path` is on an NFS like where ESTALE happens.
2020-10-05 10:14:34 +02:00
..
test_builder fix tests 2020-08-26 09:26:00 +02:00
test_cli cli: show log urls for failed tasks 2020-10-02 12:44:07 -04:00
test_hub drop host versions 2020-09-30 10:43:19 +02:00
test_kojira python-modernize -f libmodernize.fixes.fix_dict_six 2018-07-11 17:37:39 -04:00
test_lib util: [rmtree] try best to catch errors for race condition 2020-10-05 10:14:34 +02:00
test_plugins cli: show log urls for failed tasks 2020-10-02 12:44:07 -04:00
test_www simplify py3 tests 2020-06-18 15:41:35 +02:00
__init__.py Coverage tracking for the test suite. 2016-03-15 11:29:41 -04:00
test_docs_version.py fix py3 tests compatibility 2019-02-19 17:29:25 -05:00
test_scm.py fix unittest for py3 2019-02-20 15:30:01 -05:00