• Sebastien Robin's avatar
    test_result: fixed random issues where test result was staying confirmed while... · e666dd11
    Sebastien Robin authored
    test_result: fixed random issues where test result was staying confirmed while all tests were finished
    
    When two test results line were stopped in parallel, both transactions were thinking that
    there was still one ongoing test line, thus none of them were setting the test result in stopped.
    
    Use activities instead of serialization to avoid having testnode getting conflict errors.
    e666dd11
TaskDistributionTool.py 12.9 KB