Project

General

Profile

Actions

action #48704

closed

[sle][functional][u] test fails in kdump_and_crash - apply a workaround for x86_64 (as well)

Added by okurz about 5 years ago. Updated almost 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
SUSE QA - Milestone 25
Start date:
2019-03-05
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

recreated after accidential deletion by another user:

kdump_utils

sub activate_kdump

do {
        assert_screen \@tags, 300;
        # for ppc64le and aarch64 we need increase kdump memory, see bsc#957053 and bsc#1120566
        if (check_var('ARCH', 'ppc64le') || check_var('ARCH', 'aarch64')) {
            wait_screen_change { send_key 'alt-y' };
            type_string '640';
            send_key 'ret';
            record_soft_failure 'increase kdump memory size or kdumptool gets killed by OOM, bsc#1120566';
        }

Since this is happening on x86_64 as well, we should apply the workaround for openSUSE as well.

Observation

openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-extra_tests_in_textmode@64bit fails in
kdump_and_crash

Reproducible

Fails since (at least) Build 20180714

Expected result

Last good: 20180714 (or more recent)

Further details

Always latest result in this scenario: latest

Actions

Also available in: Atom PDF