Project

General

Profile

Actions

action #64667

open

START_DIRECTLY_AFTER_TEST - Child cancellation cancels other childs

Added by ggardet_arm about 4 years ago. Updated about 4 years ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
Feature requests
Target version:
Start date:
2020-03-20
Due date:
% Done:

0%

Estimated time:

Description

problem / current behavior

In a context of START_DIRECTLY_AFTER_TEST, if a child is cancelled, then other childs are skipped.
Example:

  • B and C have START_DIRECTLY_AFTER_TEST=A

    ---> B
    /
    A
    \
    ---> C

  • A ran successfully, B is running and C is waiting that B is done to start.

  • If I cancel B, then C will not be run and is skipped.

expected behavior

As B and C are independents/siblings, cancelling B should start C.

Actions

Also available in: Atom PDF