action #53474
Updated by okurz almost 3 years ago
## Observation
from o3 openqa-logwarn
```
[2019-06-21T23:53:29.0150 UTC] [error] mkdir /var/lib/openqa/images/0bf/862/.thumbs: File exists at /usr/share/openqa/script/../lib/OpenQA/Schema/Result/Jobs.pm line 1227.
```
## Suggestions
* Use https://docs.mojolicious.org/Mojo/File#make_path everywhere instead of `mkdir` calls which non-atomically check if the directory already exists
## Further details
entrance level issue