Project

General

Profile

action #116818

Updated by lkocman over 1 year ago

## Observation 

 Hello 

 my best guess, is that waiting for console prompt fails because of the failure of previous ZFS test which forces reload of snapshot and we seem to not handle transition properly. 

 ZFS (first test failure0 is currently broken https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/15553 
 Perhaps the issue will go away, once it's merged, however, I'm bit afraid that zfs was failing in 15.4 on other reasons as well 
 We should figure out how not to affect tests executed after. 
 ~~~ 

 [2022-09-19T10:19:09.476993+02:00] [debug] >>> testapi::wait_serial: (?^ui:login:\s*$): fail 
 [2022-09-19T10:19:09.478097+02:00] [info] ::: basetest::runtest: # Test died: Failed to wait for login prompt at opensuse/lib/serial_terminal.pm line 134. 
  	 serial_terminal::login("root", "# ") called at opensuse/lib/susedistribution.pm line 816 
  	 susedistribution::activate_console(Distribution::Opensuse::Leap::15=HASH(0x55e203e1a440), "root-virtio-terminal") called at /usr/lib/os-autoinst/testapi.pm line 1736 
  	 testapi::select_console("root-virtio-terminal") called at opensuse/lib/opensusebasetest.pm line 1322 
  	 opensusebasetest::select_serial_terminal(cifs=HASH(0x55e2064aa6d8)) called at opensuse/tests/network/cifs.pm line 46 
  	 cifs::run(cifs=HASH(0x55e2064aa6d8)) called at /usr/lib/os-autoinst/basetest.pm line 328 
  	 eval {...} called at /usr/lib/os-autoinst/basetest.pm line 322 
  	 basetest::runtest(cifs=HASH(0x55e2064aa6d8)) called at /usr/lib/os-autoinst/autotest.pm line 360 
  	 eval {...} called at /usr/lib/os-autoinst/autotest.pm line 360 
  	 autotest::runalltests() called at /usr/lib/os-autoinst/autotest.pm line 243 
  	 eval {...} called at /usr/lib/os-autoinst/autotest.pm line 243 
  	 autotest::run_all() called at /usr/lib/os-autoinst/autotest.pm line 294 
  	 autotest::__ANON__(Mojo::IOLoop::ReadWriteProcess=HASH(0x55e206db1920)) called at /usr/lib/perl5/vendor_perl/5.26.1/Mojo/IOLoop/ReadWriteProcess.pm line 326 
  	 eval {...} called at /usr/lib/perl5/vendor_perl/5.26.1/Mojo/IOLoop/ReadWriteProcess.pm line 326 
  	 Mojo::IOLoop::ReadWriteProcess::_fork(Mojo::IOLoop::ReadWriteProcess=HASH(0x55e206db1920), CODE(0x55e2075a9140)) called at /usr/lib/perl5/vendor_perl/5.26.1/Mojo/IOLoop/ReadWriteProcess.pm line 488 
  	 Mojo::IOLoop::ReadWriteProcess::start(Mojo::IOLoop::ReadWriteProcess=HASH(0x55e206db1920)) called at /usr/lib/os-autoinst/autotest.pm line 296 
  	 autotest::start_process() called at /usr/bin/isotovideo line 273 
 ~~~ 

 openQA test in scenario opensuse-15.5-DVD-x86_64-extra_tests_filesystem@64bit fails in 
 [cifs](https://openqa.opensuse.org/tests/2695232/modules/cifs/steps/3) 

 ## Test suite description 
 Maintainer: QE Core 

 Filesystem related tests, for example snapper and btrfs features. 


 ## Reproducible 

 Fails since (at least) Build [257.1](https://openqa.opensuse.org/tests/2525273) 


 ## Expected result 

 Last good: (unknown) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&distri=opensuse&flavor=DVD&machine=64bit&test=extra_tests_filesystem&version=15.5) 

Back