Netflix / glisten

Ease of use Groovy library for building JVM applications with Amazon Simple Workflow (SWF)
Apache License 2.0
67 stars 31 forks source link

Local implementation of WorkflowOperations behaves more like SWF. #16

Closed claymccoy closed 10 years ago

claymccoy commented 10 years ago

Multithreaded cancelable retries were needed for retries with arbitrary max attempts so that they are not able block workflows in unit tests that retry forever (or until a time out). The workflow now waits for all forked work to be completed, so that asserts in a unit test have their final results. Scoping of tries and retries was needed so that nested work can be analyzed for completion. Exception handing for tries and retries now propagates like SWF. Add descriptions to Promises that explain what they are doing. Add ability to see the history of timers and the scope hierarchy for debugging unit tests.

cloudbees-pull-request-builder commented 10 years ago

glisten-pull-requests #15 SUCCESS This pull request looks good

claymccoy commented 10 years ago

@joesondow @aglover @cfieber @tomaslin Feel free to review.

cloudbees-pull-request-builder commented 10 years ago

glisten-pull-requests #16 FAILURE Looks like there's a problem with this pull request

cloudbees-pull-request-builder commented 10 years ago

glisten-pull-requests #17 ABORTED

cloudbees-pull-request-builder commented 10 years ago

glisten-pull-requests #18 SUCCESS This pull request looks good

cloudbees-pull-request-builder commented 10 years ago

glisten-pull-requests #19 SUCCESS This pull request looks good