-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Directory /tmp full of QGIS temporary files after ctest run #48884
Comments
This is still an issue, which prevents me from running the testsuite w/out filling up my disk. |
As reported in #50415 there's something deep in core that triggers proliferation of files too. See what happens when running a SINGLE qgis test:
That's over 1kb growth on every run of that specific test (it was just a random one). |
The python
Everything is under |
The temporary python test config path cleanup is implemented in PR #50608 |
Defines a QGIS_TEST_TMP_DIR variable in top-level CMakeLists.txt and then defines QGIS_CUSTOM_CONFIG_PATH and TMPDIR to be under that directory for individual tests. Closes qgisGH-50587 Closes qgisGH-48884
Defines a QGIS_TEST_TMP_DIR variable in top-level CMakeLists.txt and then defines QGIS_CUSTOM_CONFIG_PATH and TMPDIR to be under that directory for individual tests. Closes qgisGH-50587 Closes qgisGH-48884
Defines a QGIS_TEST_TMP_DIR variable in top-level CMakeLists.txt and then defines QGIS_CUSTOM_CONFIG_PATH and TMPDIR to be under that directory for individual tests. Closes qgisGH-50587 Closes qgisGH-48884
Re-opened by revert, will be closed again by merging GH-57934 |
What is the bug or the crash?
The /tmp/ directory is filled with temporary files created by QGIS testsuite and not cleaned up on completion.
This is a partial list:
It would help if at least those files were in a SINGLE directory. Maybe it can be done with a fixture creating such temporary dir..
Steps to reproduce the issue
Run any test, for example:
Check the /tmp directory before and after that run
Versions
Current master as of 6 June 2022, aka ac7b711
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: