1. 18 Jun, 2015 1 commit
  2. 17 Jun, 2015 18 commits
  3. 16 Jun, 2015 7 commits
  4. 15 Jun, 2015 8 commits
  5. 11 Jun, 2015 3 commits
  6. 10 Jun, 2015 2 commits
    • Dridi Boukelmoune's avatar
      Run background processes in varnishtest · 166ce403
      Dridi Boukelmoune authored
      Available operations on processes are:
      - start
      - wait
      - kill (send a signal)
      - stop (kill with TERM)
      - write (to its stdin)
      - close (its stdin)
      
      A process name starts with a 'p' and accepts a shell pipeline as the
      command line. Environment variables can be set directly in the command
      line.
      
      A process will create a macro with its PID, and its stdout and stderr
      are redirected to files in a dedicated directory.
      
      Also add a varnish "name" macro in varnishtest.
      166ce403
    • Dridi Boukelmoune's avatar
      Bound check on TASK_QUEUE_END instead · 72509ff6
      Dridi Boukelmoune authored
      72509ff6
  7. 09 Jun, 2015 1 commit