Skip to content

Fix test_results intermittent errors issue

Compare
Choose a tag to compare
@ElSnoMan ElSnoMan released this 21 May 17:03
· 65 commits to main since this release
3f764d5

1.12.5 - 2021-05-21

Overview

Fix #130

The test_run fixture would check for the test_results directory and create it and its subdirectories if needed. However, the previous implementation was not thread-safe and was subject to multiple race conditions.

This should be fixed now that we're using Path from the pathlib module