action #120612
closed[qe-core][qem] test fails in snapper_used_space
0%
Description
Observation¶
openQA test in scenario opensuse-15.4-DVD-Updates-x86_64-extra_tests_filesystem@64bit fails in
snapper_used_space
Test suite description¶
Maintainer: QE Core
Filesystem related tests, for example snapper and btrfs features.
Reproducible¶
Fails since (at least) Build 20221116-1 (current job)
Expected result¶
Last good: 20221115-5 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by zluo almost 2 years ago
- Status changed from New to In Progress
- Assignee set to zluo
take over and check
Updated by zluo almost 2 years ago
https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=DVD-Updates&machine=64bit&test=extra_tests_filesystem&version=15.4#next_previous shows most successful test runs, but latest failed.
Updated by zluo almost 2 years ago
setup issue repository is wrong:
OS_TEST_TEMPLATE http://download.opensuse.org/repositories/openSUSE:/Maintenance:/@INCIDENTNR@/openSUSE_Leap_15.4_Update/
QA_HEAD_REPO https://download.opensuse.org/repositories/devel:/openSUSE:/QA:/Leap:/15/openSUSE_Leap_15.4/
QA_HEAD_REPO https://download.opensuse.org/repositories/devel:/openSUSE:/QA:/Leap:/15/openSUSE_Leap_15.4/ is not available now, can be the case that has been removed already, so it is difficult to re-run or reproduce the issue
I found that this could be correct path:
https://download.opensuse.org/repositories/devel:/openQA:/Leap:/15.4/15.4/
Updated by zluo almost 2 years ago
I checked this on vm booted up with qcow2 image which is used by lastest test run on o3:
susetest:~ # snapper list
# | Type | Pre # | Date | User | Used Space | Cleanup | Description | Userdata
---+--------+-------+-----------------------------+------+------------+---------+-----------------------+--------------
0 | single | | | root | | | current |
1* | single | | Mi 30 Nov 2022 19:07:38 EST | root | 416,00 KiB | | first root filesystem |
2 | single | | Mi 30 Nov 2022 19:14:23 EST | root | 1,23 MiB | number | after installation | important=yes
3 | pre | | Mi 30 Nov 2022 19:16:02 EST | root | 288,00 KiB | number | yast clone_system |
4 | post | 3 | Mi 30 Nov 2022 19:16:31 EST | root | 304,00 KiB | number | |
5 | pre | | Do 01 Dez 2022 07:41:23 EST | root | 96,00 KiB | number | yast lan |
6 | post | 5 | Do 01 Dez 2022 07:41:48 EST | root | 16,00 KiB | number | |
7 | pre | | Do 01 Dez 2022 07:42:04 EST | root | 16,00 KiB | number | yast firewall |
8 | post | 7 | Do 01 Dez 2022 07:42:34 EST | root | 32,00 KiB | number | |
susetest:~ # snapper list | awk -F '|' '{print $6}' | grep -E 'Used Space|iB'
Used Space
416,00 KiB
1,23 MiB
288,00 KiB
304,00 KiB
96,00 KiB
16,00 KiB
16,00 KiB
32,00 KiB
--
this is working.
Updated by zluo almost 2 years ago
snapper_cleanup failed before for command: snapper cleanup number
but this is working as well on my vm.
Updated by zluo almost 2 years ago
- Status changed from In Progress to Resolved
no issue anymore for recent tests runs, set as resolved now.