Project

General

Profile

Actions

action #110356

closed

[qe-core] test fails in libreoffice_pyuno_bridge_no_evolution_dep

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

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

0%

Estimated time:
Difficulty:
Sprint:
QE-Core: April Sprint (Apr 13 - May 11)

Description

Observation

openQA test in scenario sle-15-SP3-Desktop-DVD-Updates-x86_64-qam-regression-documentation@64bit fails in
libreoffice_pyuno_bridge_no_evolution_dep

Test suite description

Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml.

Reproducible

Fails since (at least) Build 20220425-1

Expected result

Last good: 20220424-1 (or more recent)

Further details

Always latest result in this scenario: latest

No needle to 'ooffice-python-sample'

https://openqa.suse.de/tests/8643945#step/libreoffice_pyuno_bridge_no_evolution_dep/17

Actions #1

Updated by punkioudi almost 2 years ago

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

Updated by szarate almost 2 years ago

  • Sprint set to QE-Core: April Sprint (13 Apr - 11 May)
  • Tags set to bugbusters
  • Target version set to QE-Core: Ready
Actions #3

Updated by punkioudi almost 2 years ago

  • the needle cannot be found because there is no ooffice-python-samples in the needles repo
  • the test shouldn't enter the condition if ($old_version) as the current version is much newer than 6.4.5 and the testsuite runs only in sle15sp3
  • is there a reason to run the following code? @szarate wdyt? I feel that this is invalid and has to be removed

    if ($old_version) {
        # navigate to the python samples item
        assert_screen 'ooffice-writer-mymacros';
        send_key 'down';
        assert_and_click 'ooffice-writer-libreofficemacros';
        wait_still_screen(2);
        enter_cmd 'py';
    
        assert_and_click 'ooffice-python-samples';
        wait_still_screen(2);
        send_key_until_needlematch 'ooffice-table-sample', 'down', 5, 1;
    }
    
Actions #5

Updated by punkioudi almost 2 years ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF