1. 06 Jun, 2019 1 commit
  2. 05 Jun, 2019 2 commits
  3. 04 Jun, 2019 1 commit
  4. 03 Jun, 2019 1 commit
  5. 17 May, 2019 2 commits
  6. 16 May, 2019 4 commits
  7. 15 May, 2019 5 commits
  8. 13 May, 2019 3 commits
  9. 10 May, 2019 1 commit
  10. 06 May, 2019 2 commits
  11. 03 May, 2019 5 commits
  12. 02 May, 2019 5 commits
  13. 29 Apr, 2019 3 commits
  14. 26 Apr, 2019 2 commits
  15. 25 Apr, 2019 1 commit
  16. 24 Apr, 2019 2 commits
    • Sebastien Robin's avatar
      task_distribution: better distribute the work depending on the priority of test suites · 245e514a
      Sebastien Robin authored
      Before we were looking only create date of test results to give priority of work to do for a test nodes.
      So we had cases where some test suites with medium priority had 5 testnodes, and test suites with
      high priority having only 3 testnodes.
      
      So clearly distribute the work depending on the maximum quantity of testnode we want.
      245e514a
    • Sebastien Robin's avatar
      test result: immediately redraft test result line on task failure · fe3bf27f
      Sebastien Robin authored
      Right now we have this scenario:
      - test result line is started
      - sometimes, runTestSuite fails (like timeout), failure is reported
        but test result line remains started (we don't know yet which
        line is associated with testnode)
      - when a test result line is "started" since more than 4 hours,
        test result line is redrafted
      - test can be reexecuted
      Speed up by removing the need of waiting alarm, by knowing which
      test result line is executed by which test node, and by redrafting
      immediately the test result line on test node failure
      fe3bf27f