Project

General

Profile

Actions

action #20716

closed

[qam] test fails in zypper_info triggered on incidents -> needs adaption of pattern match

Added by pcervinka almost 7 years ago. Updated almost 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
-
Start date:
2017-07-24
Due date:
% Done:

100%

Estimated time:
Difficulty:

Description

Observation

openQA test in scenario sle-12-SP2-Server-DVD-Incidents-x86_64-mau-extratests@64bit fails in
zypper_info

Reproducible

Fails since (at least) Build :136036.apache2.5205

Expected result

Last good: (unknown) (or more recent)

Further details

Always latest result in this scenario: latest

Actions #1

Updated by okurz almost 7 years ago

  • Subject changed from [qam] test fails in zypper_info to [qam] test fails in zypper_info triggered on incidents -> needs adaption of pattern match
  • Assignee set to coolo

coolo was playing with triggering extra tests on incidents as well

the zypper info problems is merely again incomplete matching on flavor -> https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/master/tests/console/zypper_info.pm#L52

Actions #2

Updated by pcervinka almost 7 years ago

  • Status changed from New to In Progress
  • Assignee changed from coolo to pcervinka

Discussed the issue with osukup and the solution should be quick:

  • if (get_var('FLAVOR') =~ /-Updates$/) {
  • if (get_var('FLAVOR') =~ /-Updates$|-Incidents$/) {
Actions #3

Updated by pcervinka almost 7 years ago

  • % Done changed from 0 to 90
Actions #4

Updated by pcervinka almost 7 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 90 to 100

Fix was merged and is working fine.

Actions

Also available in: Atom PDF