Project

General

Profile

Actions

action #166925

closed

[qe-core][functional][Micro]test fails in health_check

Added by zluo 3 months ago. Updated 29 days ago.

Status:
Rejected
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

it looks alike a performance issue

Observation

openQA test in scenario sle-micro-6.1-Default-aarch64-slem_image_default@aarch64 fails in
health_check

Test suite description

SLE Micro image boot with ignition disk and default tests. Default tests are transactional-update, rebootmgr, health_check, cockpit service and some other checks specific to SLE Micro.

Reproducible

Fails since (at least) Build 17.1 (current job)

Expected result

Last good: 16.2 (or more recent)

Further details

Always latest result in this scenario: latest

Actions #1

Updated by rfan1 29 days ago

  • Status changed from New to In Progress
  • Assignee set to rfan1
Actions #2

Updated by rfan1 29 days ago

  • Status changed from In Progress to Rejected

The issue is fixed already at

commit cf09647327db1ea7bd9f3a4e91e2a884585a0bbe
Author: Jozef Pupava <jpupava@suse.com>
Date:   Mon Oct 7 11:32:33 2024 +0200

    health_check: Increase grub2 timeout

    https://progress.opensuse.org/issues/167461

diff --git a/lib/transactional.pm b/lib/transactional.pm
index 3646091a5..645391a37 100644
--- a/lib/transactional.pm
+++ b/lib/transactional.pm
@@ -67,7 +67,7 @@ sub handle_first_grub {
         reconnect_mgmt_console(timeout => 500, grub_expected_twice => 1);
     }
     else {
-        assert_screen 'grub2', 100;
+        assert_screen 'grub2', 200;
         assert_screen_change { send_key('ret') };
         save_screenshot;
     }

Actions

Also available in: Atom PDF