-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Csuite
-
Storage Engines, Storage Engines - Foundations
-
StorEng - Defined Pipeline
-
None
This issue affects random_abort, schema_abort and timestamp_abort.
When running these tests, if a user specifies a database home directory using the -h flag and the path contains a / at the end, then the test fails unexpectedly and floods the disc space with test artefacts (.SAVE.SAVE...) files).
If the given path is an absolute path, the test fails with No such file or directory (WT-10792 addresses this). However if a relative path is given with / appended, then it will run for ~15-20mins before failing and generating hundreds of test artefacts.
If the user is working on a host using vscode editor, they will likely encounter this error:
stderr> touch: cannot touch '/home/ubuntu/.vscode-server/.cli.<ID>.log': No space left on device # To resolve this, manually ssh to host through terminal and run the following to find the test artefacts to delete: $ du -ah /home/ubuntu/wiredtiger | sort -rh | head -n 20
Investigate this issue.
EDIT: WT-10792 addresses this issue for all tests except random_directio.