Skip to content
Snippets Groups Projects
  1. Sep 06, 2016
  2. Sep 03, 2016
  3. Sep 02, 2016
  4. Sep 01, 2016
  5. Aug 31, 2016
    • Perry's avatar
    • Rodric Rabbah's avatar
      Fix activation responses. · f33f004d
      Rodric Rabbah authored
      Interpret init and run activation response separately and add unit and CLI tests for the expected responses.
      
      Refactor message for truncation for better testing.
      f33f004d
    • Rodric Rabbah's avatar
      Fix initialization timeout. · 7e5b809a
      Rodric Rabbah authored
      Do not wait to initialize longer than action timeout limit.
      Fix missing interval computation for timed out init.
      Report proper error message when init times out.
      7e5b809a
    • Rodric Rabbah's avatar
      Remove unnecessary sleeps in invoker. · 3648466f
      Rodric Rabbah authored
      - a 3s sleep before calling /init for black box containers is not necessary since the HTTP call will retry.
      - slack sleeps after init also not necessary since if container respond to inits, it's ready to run.
      - sleep during nio channel draining should not be necessary.
      
      Add tests using blackbox actions.
      
      Tests that blackbox containers that misbehave will timeout with expected exception.
      Three cases are tested:
      1. blackbox that doesn't implement a proper proxy (doesn't run a proxy at all)
      2. blackbox that doesn't respond to init (implements /init but does not respond)
      3. blackbox that doesn't respond to run (implements /run but does not respond)
      3648466f
    • dubeejw's avatar
      Refactor and Update Invalid Param and Annotation Test · 79b04a3e
      dubeejw authored
      - Refactor param and annotation tests
      - Add param and annotation tests to ensure that key/value pairs are always passed
      79b04a3e
  6. Aug 30, 2016
  7. Aug 29, 2016
Loading