An error occurred fetching the project authors.
  1. 11 Feb, 2013 1 commit
  2. 18 Dec, 2012 1 commit
  3. 17 Dec, 2012 1 commit
  4. 14 Dec, 2012 1 commit
  5. 14 Nov, 2012 2 commits
  6. 05 Nov, 2012 1 commit
  7. 31 Oct, 2012 2 commits
  8. 24 Oct, 2012 1 commit
    • Sebastien Robin's avatar
      erp5testnode: fixed some broken logic and other improvements · 45dc74d8
      Sebastien Robin authored
      - some variables were designed for a single test suite, so create
        NodeTestSuite objects to store them (some logic was broken after
        the split of the long run method into several methods)
      - remove some optimization that were trying to reduce a bit the
        load on master. This was adding complexity for little benefit
      - take into account new status code from slapos.core
      45dc74d8
  9. 04 Oct, 2012 1 commit
  10. 03 Oct, 2012 1 commit
  11. 27 Sep, 2012 1 commit
  12. 24 Apr, 2012 2 commits
  13. 11 Apr, 2012 1 commit
    • Sebastien Robin's avatar
      improve testnode for more reliability and better logging · c791efc3
      Sebastien Robin authored
      - display the output of all commands launched by erp5testnode in
        erp5testnode log
      - add a thread to upload ongoing logs to the master regularly
      - if the software release is not built successfully after a
        few time, totally erase software. This help unblocking if
        buildout is unable to update software.
      - check if the last test result was cancelled in order to
        allow relaunching test without restarting testnode
      - improve logs to allow much better understanding of what is
        going on
      c791efc3
  14. 21 Mar, 2012 1 commit
  15. 14 Feb, 2012 1 commit
  16. 08 Nov, 2011 1 commit
  17. 08 Aug, 2011 2 commits
  18. 22 Jul, 2011 4 commits
    • Łukasz Nowak's avatar
      f57a41cc
    • Łukasz Nowak's avatar
      Apply changes from slapos/erp5testnode branch. · 887aa655
      Łukasz Nowak authored
      Changes are done manually, as files were moved.
      
      Original log:
      
      02666ca Enclose runTestSuite in its workspace.
      d029684 Use safeRpcCall always during calling master.
      70d2e4b Setup process group for test suite.
      e94ff72 Always kill supervisord.
      677895a Remove not filled kill lists.
      b228b13 Make import list diff/patch friendly.
      8ef8b9b Missing import.
      37da900 Always set partition's permission.
      346ff3b Cleanup test result when SubprocessError is raised.
      5515a97 Reuse SubprocessError exception in more error cases.
      e72a7c8 Remove no-op.
      048d47d Remove debugging log.
      dc8276c Increase verbosity.
      2d47034 Get rid of empty lines between each commands.
      bdd79ce Use timestamped logger in Updater & SlapOSControler.
      e0ec540 Fix typo in log message.
      d46f496 Output formated timestamp in front of each message.
      2dfa0a9 Don't write to some dynamically-named, pwd-relative file.
      de91c1f Catch all RPC exceptions.
      d413f61 Move log files to testrunner's log_directory.
      4d357a4 Provide and use run_directory instead of computing it.
      0cd300b Define profile_path on individual repository list entry.
      1f5e7a3 save memory by stopping supervisor
      
      Original commits are available in http://git.erp5.org/repos/slapos.git
      repository.
      887aa655
    • Łukasz Nowak's avatar
      aad600d0
    • Łukasz Nowak's avatar
      Setup copyrights. · 8c15c44e
      Łukasz Nowak authored
      8c15c44e
  19. 21 Jul, 2011 7 commits
  20. 27 May, 2011 1 commit
  21. 18 May, 2011 1 commit
  22. 13 May, 2011 2 commits
  23. 12 May, 2011 1 commit
  24. 11 May, 2011 1 commit
  25. 05 May, 2011 1 commit
    • Sebastien Robin's avatar
      import erp5.recipe.testnode from subversion · dea9b34c
      Sebastien Robin authored
      erp5.recipe.testnode is specific testnode for ERP5,
      so it must be in this repository.
      
      The path slapos/recipe/testnode should be much better,
      but for now all tools are not ready for it.
      slapos/recipe/erp5.recipe.testnode must be renamed
      to slapos/recipe/testnode soon.
      dea9b34c