Project

General

Profile

action #75424

Updated by riafarov over 3 years ago

## Observation 

 Full medium test suites skip_registration and allmodules+allpatterns+registration fail sporadically for aarch64 in force_scheduled_tasks. The module is running in a loop: 
 ~~~ 
 read load dummy < /proc/loadavg    ; top -n1 -b| head -n30 ; test "${load/./}" -lt $limit && break ; 
 ~~~ 
 and is expected to be finished in 1005 seconds, but it times out. 
 In all failures spotted so far, the serial returned the same output at the moment of timeout  
 ~~~ 
 BTRFS info (device vda2): qgroup scan completed (inconsistency flag cleared) 
 ~~~ 
 so there could be some BTRFS inconsistency that is taking too long to be dealt with by the system. 

 As we cannot run proper performance tests and goal of the module is to improve stability of the tests. 

 failures: 
 [allmodules+allpatterns+registration](https://openqa.suse.de/tests/4893533/modules/force_scheduled_tasks/steps/6) 
 [skip_registration](https://openqa.suse.de/tests/4893537#next_previous) 

 Fails since (at least) Build [67.1](https://openqa.suse.de/tests/4879296)  


 [latest allmodules+allpatterns+registration](https://openqa.suse.de/tests/latest?arch=aarch64&distri=sle&flavor=Full&machine=aarch64&test=allmodules%2Ballpatterns%2Bregistration&version=15-SP3) 
 [latest skip_registration](https://openqa.suse.de/tests/latest?arch=aarch64&distri=sle&flavor=Full&machine=aarch64&test=skip_registration&version=15-SP3) 

Back