An error occurred fetching the project authors.
  1. 14 Jun, 2013 3 commits
  2. 07 Jun, 2013 1 commit
  3. 05 Jun, 2013 2 commits
  4. 13 Feb, 2013 1 commit
    • Sebastien Robin's avatar
      fixed various issues with testnode and make it even more robust · 1a2a7280
      Sebastien Robin authored
      Here the list of changes:
      - close all timers when quitting, this makes stopping an erp5tetsnode
        much faster
      - remove hack on slapos/testnode after fix of slapos.cookbook
      - remove old tmp files left by buildout (buildout has te bo fixed too)
      - remove logging handlers where the are not needed any more
      - fixed the kill command, it was not able to kill properly childs
      1a2a7280
  5. 11 Feb, 2013 1 commit
  6. 14 Dec, 2012 2 commits
  7. 23 Oct, 2012 1 commit
    • Pere Cortes's avatar
      erp5testnode getting test suites from master · d86e6370
      Pere Cortes authored
      - test node support much less parameters, it will get them from
        the master
      - testnode get list of test suite to install
      - the instance folder structure has changed to support multiple
        test suites
      - test node will delete useless test suites data if needed
      - the master url should be a sub object (distributor) inside
        the task distibution tool
      - the long run method has been splitted in many smaller methods
        (it is still possible to go futher
      d86e6370
  8. 04 Oct, 2012 1 commit
  9. 24 Apr, 2012 1 commit
  10. 11 Apr, 2012 2 commits
    • 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
    • Vincent Pelletier's avatar
      cleanup erp5testnode a bit · b6921405
      Vincent Pelletier authored
      b6921405
  11. 12 Oct, 2011 1 commit
  12. 08 Aug, 2011 1 commit
  13. 03 Aug, 2011 1 commit
  14. 02 Aug, 2011 1 commit
  15. 22 Jul, 2011 7 commits
    • Łukasz Nowak's avatar
      Cleanup imports. · f3a14222
      Łukasz Nowak authored
      f3a14222
    • Łukasz Nowak's avatar
      Use runTestSuite not runUnitTest. · 9fd92549
      Łukasz Nowak authored
      9fd92549
    • Ł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
      Avoid lowercasing options. · b80072bc
      Łukasz Nowak authored
      testnode maps some sections to internal parameters, so in order to avoid post
      processing just keep keys as are.
      b80072bc
    • Łukasz Nowak's avatar
      Add slapproxy and make environment section required. · 32e57012
      Łukasz Nowak authored
      For now the goal is to make testnode running, usage optimisation will be
      applied later.
      32e57012
    • Łukasz Nowak's avatar
      aad600d0
    • Łukasz Nowak's avatar
      Convert from recipe to tool. · bac6a51f
      Łukasz Nowak authored
      Use argparse and configparser in order to being able to pass parameters.
      bac6a51f
  16. 21 Jul, 2011 6 commits
  17. 27 May, 2011 1 commit
  18. 12 May, 2011 1 commit
  19. 11 May, 2011 2 commits
  20. 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