Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port of #520 to master #526

Merged

Commits on Jan 16, 2015

  1. Port of comprehensive unit tests of execution hooks

    Matt Jacobs committed Jan 16, 2015
    Configuration menu
    Copy the full SHA
    281add5 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2015

  1. Adding consistent way to call onRunSuccess/onRunError hooks from unde…

    …rlying Hystrix thread.
    
    Also moved the threadpool cleanup to this path in the case that the command timed-out
    Matt Jacobs committed Jan 19, 2015
    Configuration menu
    Copy the full SHA
    12873a6 View commit details
    Browse the repository at this point in the history
  2. Add call to onComplete hook in semaphore rejection path

    Matt Jacobs committed Jan 19, 2015
    Configuration menu
    Copy the full SHA
    2904296 View commit details
    Browse the repository at this point in the history
  3. Ported comprehensive hook unit tests to HystrixObservableCommandTest

    * Also refactored execution hook mechanism into TestableExecutionHook
    Matt Jacobs committed Jan 19, 2015
    Configuration menu
    Copy the full SHA
    173a16a View commit details
    Browse the repository at this point in the history
  4. Fixing up unit tests in HystrixObservableCommandTest

    Matt Jacobs committed Jan 19, 2015
    Configuration menu
    Copy the full SHA
    7a3bd19 View commit details
    Browse the repository at this point in the history