Directory creation in io unit tests not thread safe

Issue #933 resolved
Prof Garth Wells created an issue

The creation (and later) delete of output directories in the IO unit tests is not thread-safe, i.e. can cause pytest to fail when run in parallel using xdist.

Comments (3)

  1. Jan Blechta

    Is it a code in dolfin_utils.test.fixtures._create_tempdir? That might need some careful rewrite with thought about xdist parallelism.

  2. Log in to comment