Project

General

Profile

action #73180

Updated by JRivrain over 3 years ago

## Observation 

 Looks like in the current builds the system takes less disk space, so the test fails here https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/27bbc93c89d14fb6166a9324b4c47a190240f19c/tests/console/snapper_cleanup_timeline.pm#L68 as we are expecting to have more than 80 % of space filled. 

 The dd command in the test module is filling up the disk space so that it *should be* *should* more than 80% full and then runs the timeline cleanup algorithm in order to verify if the created snapshot will be erased, as expected.  

 We should think of a way to improve this. 

 openQA test in scenario sle-15-SP3-Online-x86_64-snapper_cleanup_timeline@64bit fails in 
 [snapper_cleanup_timeline](https://openqa.suse.de/tests/4796633/modules/snapper_cleanup_timeline/steps/49) 

 ## Test suite description 
 Test configures snapper and verifies the snapper cleanup timeline algorithm functionality. 


 ## Reproducible 

 Fails since (at least) Build [54.1](https://openqa.suse.de/tests/4796633) (current job) 


 ## Expected result 

 Last good: [53.2](https://openqa.suse.de/tests/4794683) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Online&machine=64bit&test=snapper_cleanup_timeline&version=15-SP3) 

Back