Skip to content

tests: detect failure_state='non_blocking' failed activities in tic

Jérome Perrin requested to merge fix/tic_non_blocking into master

Failed activities created with the new failure_state='non_blocking' option were not detected early in ProcessingNodeTestCase.tic, causing such a failed test to wait until very long timeout.

Merge request reports