• Jérome Perrin's avatar
    ProcessingNodeTestCase.tic: fail as soon as one message had failed · b59999ad
    Jérome Perrin authored
    Now that tic retries until the deadline is reached or all messages has
    failed, it can lead to situations where developer have to wait until the
    deadline, when a message failed but other messages (typically scheduled
    to run after the failed message) were still running.
    
    By stopping as soon as one message is failed, in this scenario the
    developer does not need to wait until the deadline.
    b59999ad
ProcessingNodeTestCase.py 13.9 KB