1. 12 Apr, 2015 1 commit
    • The short circuit logic does not work on jenkins. · 144b214b
      ```
      13:08:11 + ret=0
      13:08:11 + echo 0
      13:08:11 0
      13:08:11 + '[' 0 -ne 0 ']'
      13:08:11 Build step 'Virtualenv Builder' marked build as failure
      13:08:11 [ssh-agent] Stopped.
      13:08:11 Finished: FAILURE
      ```
      
      The example above is a snippet from jenkins which the integration test runs into,
      meaning it is often suceeding but reporting it as failure.  There is still an issue
      with the cms worker which is related to 'stopwaitsecs' which is really high for all
      workers due to grading.  That work will need to be refactored so that cms workers
      don't wait so long before killing the worker.
      
      The problem is the same as what is described here but more investigation will be
      useful.
      
      http://stackoverflow.com/questions/9971627/why-is-celery-not-shutting-down-cleanly
      Feanil Patel committed
  2. 07 Apr, 2015 3 commits
  3. 06 Apr, 2015 2 commits
  4. 05 Apr, 2015 1 commit
  5. 03 Apr, 2015 4 commits
  6. 01 Apr, 2015 2 commits
  7. 31 Mar, 2015 7 commits
  8. 30 Mar, 2015 11 commits
  9. 26 Mar, 2015 4 commits
  10. 25 Mar, 2015 4 commits
  11. 24 Mar, 2015 1 commit