Project

General

Profile

action #101938

Updated by apappas over 2 years ago

## Observation  
 The installation [tests](https://openqa.suse.de/tests/overview?distri=sle&version=15-SP3&build=%3A21231%3Arubygem-activerecord-5_1&groupid=371) for S:M:21231:256470 didn't install any update even though there was one present in the repo. 

 The problem is that the test detects no patches to install. This should always be an error, whether there are patches to install or not. So the objective of this ticket is to at least make the test fail if it doesn't find any patches to install, and at best discover why it wouldn't detect any patches. 

 ## Acceptance Criteria 
 * **AC1:** Find the underlying cause. 
 * **AC2:** Fail the test from passing when there is no update to be installed.  

 Even if AC1 is not fullfilled, fullfill, AC2 is still valid on its own, as there is no good reason for the test to run without updating anything.

Back