Project

General

Profile

Actions

action #112679

closed

[qe-core]test fails in qaset_pre_patch_run

Added by apappas almost 2 years ago. Updated almost 2 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Bugs in existing tests
Target version:
Start date:
2022-06-17
Due date:
% Done:

0%

Estimated time:
Difficulty:

Description

Observation

qaset_pre_patch_run
fails with

# wait_serial expected: "echo 'SQ_TEST_RUN_LIST=(\n\t_reboot_off\n\tbash\n)' > /root/qaset/config; echo bBdB5-\$?-"
# Result:
echo 'SQ_TEST_RUN_LIST=(
> _reboot_off
> bash
> )' > /root/qaset/config; echo bBdB5-$?-

This looks like a problem with the way the test handles newlines. In L55 we have:

     my $testsuites = "\n\t" . join("\n\t", @list) . "\n";

which might not be working.

Acceptance Criteria

  • AC1: Make sure newlines are handled correctly
  • AC2: Report any findings/conclusions to the qarun ticket and to the channel

Reproducible

Fails since (at least) Build 20220614-1

Expected result

Last good: (unknown) (or more recent)

Further details

Always latest result in this scenario: latest

Actions

Also available in: Atom PDF