Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
Description
The WiredTiger Python test/suite/test_config04.py test case uses an absolute path of /tmp/logdir to test absolute paths and logging. That's not safe in light of multiple tests running in parallel.
We should switch to using the Python temporary directory functionality instead: https://docs.python.org/2/library/tempfile.html
Attachments
Issue Links
- related to
-
WT-2836 Test config04 is using an absolute path that may already exist
-
- Closed
-
- links to