action #30796
closed[microos] Make MicroOS tests more reliable
30%
Description
MicroOS tests are failing on multiple issues, make them more reliable.
False positive check in journal:
https://openqa.suse.de/tests/1444591#step/journal_check/5
Unexpected ntp servers:
https://openqa.suse.de/tests/1440447#step/oci_role/1
Stall detected:
https://openqa.suse.de/tests/1432458#step/transactional_update/50
Updated by mkravec almost 7 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
PR for "Stall detected" issue is ready - https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4295
To discuss with tools team - needle matching takes 5+ times more time after reboot.
https://openqa.suse.de/tests/1428249/file/autoinst-log.txt
** search_: jeos-grub2-20170404 0.000 18.335 0.002%
Updated by mkravec almost 7 years ago
- Checklist item changed from [ ] Stall detected, [ ] Unexpected ntp servers to [ ] Stall detected, [ ] Unexpected ntp servers, [ ] Journal check
- Description updated (diff)
Updated by mkravec almost 7 years ago
Unexpected ntp servers - openqaworker10 is provides ntp servers to qemu machine from outside environment.
Solution (workaround) was to limit MicroOS jobs to CaaSP workers (openqaworker8/9)
Updated by mkravec almost 7 years ago
- Checklist item changed from to [x] Stall detected
Updated by mkravec almost 7 years ago
- Checklist item changed from to [x] Unexpected ntp servers
Updated by okurz almost 7 years ago
- Category set to Enhancement to existing tests
Updated by mkravec almost 7 years ago
- Checklist item changed from [x] Stall detected, [x] Unexpected ntp servers, [ ] Journal check to [x] Stall detected, [x] Unexpected ntp servers, [x] Journal check
- Status changed from In Progress to Resolved
Journal check failures are triggered by broken script_output, it should be better after new testapi is deployed.