-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Components that consistently timeout should be blacklisted. After a component is blacklisted the options are:
a) Add the corresponding ProcessingStep to the Trace without calling the corresponding Process method (equivalent to a NoOp).
b) Drop the CAS at that point (if there are no other components on that phase, replace with a NoOp).
Blacklisting components will also help if a component doesn't implements the testAlivenes() semantics and will increase the chance that an experiment with slow component gets completed.