Project

General

Profile

Actions

action #46295

closed

Unrelated jobs needlessly cancelled as parallel_failed

Added by AdamWill over 5 years ago. Updated almost 5 years ago.

Status:
Resolved
Priority:
High
Assignee:
Category:
Feature requests
Target version:
-
Start date:
2019-01-16
Due date:
% Done:

0%

Estimated time:

Description

In Fedora tests, we use a 'support_server' model that I cribbed from SUSE tests some time ago. The 'support server' does stuff like running an iSCSI server, running an NFS server, etc; various tests of iSCSI client, NFS client etc. run in parallel with it.

In recent openQA, it seems like if any one of these parallel jobs fails, all the others immediately get cancelled as 'parallel_failed'. But that doesn't make any sense!

Case in point, these three jobs:

https://openqa.fedoraproject.org/tests/345457 (the support_server)
https://openqa.fedoraproject.org/tests/345479 (an iSCSI install test, which failed)
https://openqa.fedoraproject.org/tests/345522 (an NFS install test, which got cancelled)

It seems like as soon as the iSCSI install test failed, the support server test and the NFS install test were cancelled as 'parallel_failed'. But this is wrong. The iSCSI install test failing indicates that there's a bug in iSCSI installs. It doesn't mean there's anything wrong with the support server itself, or with NFS installs. There's no reason to cancel the other tests here.

Actions

Also available in: Atom PDF