Closed ingwinlu closed 5 years ago
Thank you for reporting the problem!
Can we create a tmpdir for each of those tests with a new key database for each of the test suites?
Tests write into the system and spec namespaces, which are paths fixed at compile-time. So it would only be possible:
The tests in tests/kdb are some of the longest running tests in the repository. They currently have to be run serial as they all modify the key database.
Can we create a tmpdir for each of those tests with a new key database for each of the test suites? This would shave some time of the more expensive test runs.