Project

General

Profile

action #160586

Updated by rfan1 about 2 months ago

## Description 
 Based on the spec file below, the conflict issue reports in openQA job should be an expected one, we may need to revise the test code to handle it. 

 https://build.suse.de/projects/SUSE:SLE-15:Update/packages/regionServiceClientConfigEC2/files/regionServiceClientConfigEC2.spec?expand=1 

 ``` 
 Name:             regionServiceClientConfigEC2 
 Version:          4.1.1 
 Release:          0 
 License:          Apache-2.0 
 Summary:          Configuration for region service client 
 URL:              https://gitlab.suse.de/public-cloud-team/region-service-client-config-ec2 
 Group:            Productivity/Networking/Web/Servers 
 Source0:          %{name}-%{version}.tar.bz2 
 Provides:         cloud-regionsrv-client-config 
 Provides:         regionServiceCertsEC2 
 Provides:         regionsrv-certs 
 Requires:         cloud-regionsrv-client >= 9.3.0 
 Requires:         python3-ec2metadata >= 1.5.0 
 Recommends:       cloud-regionsrv-client-plugin-ec2 
 Conflicts:        otherproviders(cloud-regionsrv-client-config) 
 Conflicts:        otherproviders(regionsrv-certs) 
 Provides:         regionServiceClientConfigSAPEC2 
 Obsoletes:        regionServiceClientConfigSAPEC2 < 2.2.0 
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root 

 ``` 
 ## Observation 

 openQA test in scenario sle-15-SP2-Server-DVD-Incidents-Install-x86_64-qam-incidentinstall@64bit fails in 
 [update_install](https://openqa.suse.de/tests/14342894/modules/update_install/steps/107) 

 ## Test suite description 
 Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml. Incident Installation TEST 
 MAX_JOB_TIME=9000 due to long texlive update 


 ## Reproducible 

 Fails since (at least) Build [:33891:regionServiceClientConfigEC2](https://openqa.suse.de/tests/14342894) (current job) 


 ## Expected result 

 Last good: [:33410:desktop-data-SLE](https://openqa.suse.de/tests/14325452) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Server-DVD-Incidents-Install&machine=64bit&test=qam-incidentinstall&version=15-SP2) 

Back