Project

General

Profile

action #58826

Updated by cfconrad over 4 years ago

This was discovered during investigation of poo#39845. 

 The problem is, if a test-module run very short time, the result isn't rendered in detail view and only "None" gets displayed. 
 Once the job finished the correct result gets displayed. 

 This is how it looks in "not expected" state: 
 ![http://imagebin.suse.de/2480/img](http://imagebin.suse.de/2480/img) 


 Increase the duration size of the test to >10s it looks like: 
 ![http://imagebin.suse.de/2484/img](http://imagebin.suse.de/2484/img) 


 Reproduce 
 ========= 
 https://github.com/cfconrad/os-autoinst-distri-opensuse/commit/1b8c071dd0c906686ed5acedf0a6927737a5cda7 

 run with: 
 `CLEMIX_EXCLUDE='^(?!no_res)' CLEMIX_NO_BOOT=1`

Back