Jenkins can sometimes fail to delete directories (see https://jira.lsstcorp.org/browse/DM-10300) and the fix is apparently to ignore the error in the deletion. When we create directories for tests, we use random temporary names that should always be empty directories -- so ignoring the deletion errors should not impact unit tests.
Jenkins can sometimes fail to delete directories (see https://jira.lsstcorp.org/browse/DM-10300) and the fix is apparently to ignore the error in the deletion. When we create directories for tests, we use random temporary names that should always be empty directories -- so ignoring the deletion errors should not impact unit tests.