Skip to content
Snippets Groups Projects
  1. Oct 30, 2015
  2. Oct 16, 2015
  3. Oct 06, 2015
    • Jörn Friedrich Dreyer's avatar
      test objectstore with ceph docker · 5646e392
      Jörn Friedrich Dreyer authored
      use default config for swift primary storage test config
      
      allow testsuite to complete
      
      fix timeout, script cleanup, enable debug for now
      
      use btrfs loopback device, requires privileged container and absolute path
      
      throw exception when storage has problems
      
      debug by echo ...
      
      sleep more, more debug
      5646e392
  4. Sep 27, 2015
  5. Sep 21, 2015
  6. Sep 18, 2015
  7. Sep 16, 2015
  8. Aug 31, 2015
    • Robin McCorkell's avatar
      Allow easy XDEBUG debugging with autotest · f6b1d350
      Robin McCorkell authored
      Debugging scripts needs the environment variable XDEBUG_CONFIG to be
      set, which initiates a connection to a listening debugger. But if that
      env is set and one of the PHP setup steps occurs (e.g. occ install), the
      debugging session is 'completed' and the debugger no longer listens
      during the actual tests. This saves the XDEBUG_CONFIG env so it only
      applies during the PHPUnit execution, so only the real tests trigger the
      debugging.
      f6b1d350
  9. Jul 29, 2015
  10. Jul 16, 2015
  11. Jul 15, 2015
  12. Jul 06, 2015
  13. Jun 24, 2015
  14. Jun 19, 2015
  15. May 15, 2015
  16. May 04, 2015
  17. Apr 10, 2015
  18. Mar 20, 2015
  19. Mar 17, 2015
  20. Mar 11, 2015
  21. Jan 28, 2015
  22. Dec 09, 2014
  23. Nov 13, 2014
  24. Sep 24, 2014
  25. Sep 22, 2014
  26. Sep 12, 2014
  27. Sep 09, 2014
  28. Aug 19, 2014
    • Vincent Petry's avatar
      Restore autotest config on SIGINT or SIGTERM · 6ed174d0
      Vincent Petry authored
      When hitting Ctrl+C to interrupt unit test running, the old
      configuration was not restored properly.
      
      This fix traps the signal to properly restore the configuration after an
      interruption.
      6ed174d0
  29. Apr 07, 2014
  30. Feb 05, 2014
  31. Dec 19, 2013
  32. Nov 04, 2013
  33. Oct 25, 2013
    • Vincent Petry's avatar
      Added syntax help for autotest.sh · 7de1b3f2
      Vincent Petry authored
      autotest.sh now checks for the validity of the db config name argument.
      If the db config name is not known, it show syntax info.
      
      This should save some time to people to understand how to use this
      script. Before this fix, an invalid argument would return a big HTML
      page in the output.
      7de1b3f2
Loading