xmos / lib_xud

XMOS USB code and associated examples
Other
8 stars 25 forks source link

Avoid race when test processes create directories #355

Closed danielpieczko closed 2 years ago

danielpieczko commented 2 years ago

There are occasional failures on the first testcase in the nightly tests where multiple test processes see that the directory to be created does not exist, but then only the first os.makedirs will succeed and others will fail because the directory now exists. Setting the exist_ok parameter will avoid this exception.

danielpieczko commented 2 years ago

Copyright years updated and now the source checks are all green.