Actions
action #65801
closed[y] test fails in prepare_test_data - no space left on device
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
SUSE QA (private) - SLE 15 SP3
Start date:
2020-04-18
Due date:
2020-09-22
% Done:
0%
Estimated time:
3.00 h
Difficulty:
Description
Observation¶
- Only 1.5GB are reserved for
/
partition: https://openqa.opensuse.org/tests/1316931#step/partitioning_splitusr/11 - Only 5GB (4.88GB) are reserved for
/usr
partition: https://openqa.opensuse.org/tests/1316931#step/partitioning_splitusr/18 - Installation takes 2.9GB: https://openqa.opensuse.org/tests/1316931#step/installation_overview/1
- Data takes 225MB compressed + 236MB uncompressed (it is downloaded into
/home
which is in the 1.5GB/
partition.
We have same issue on TW: https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=DVD&machine=64bit&test=splitusr&version=Tumbleweed#
But there we are lucky not to run out of disk space, in the code we have type_string '1.5G';
, so to fix it it's very easy,
but we also want to make this code more reliable and not just smash keys and hope that we did the right thing.
We already have sub resize_partition
in lib/partition_setup.pm
, so we should reuse it here.
Reproducible¶
Actions