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

Backport of #327 #508

Merged
merged 7 commits into from
Jan 14, 2015
Merged

Backport of #327 #508

merged 7 commits into from
Jan 14, 2015

Commits on Oct 20, 2014

  1. Hook execution sequence issue

    Sergey Krutsko committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    890357f View commit details
    Browse the repository at this point in the history
  2. Unit tests to reproduce Hook execution sequence issue.

    Sergey Krutsko committed Oct 20, 2014
    Configuration menu
    Copy the full SHA
    a6bb9fb View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2014

  1. Unit tests to reproduce Hook execution sequence issue. testExecutionH…

    …ookFailedOnHystrixBadRequestWithSemaphoreIsolation
    Sergey Krutsko committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    194966e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2015

  1. Configuration menu
    Copy the full SHA
    4a9503d View commit details
    Browse the repository at this point in the history
  2. Fixed up hook ordering in unit tests

    Matt Jacobs committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    cec25ed View commit details
    Browse the repository at this point in the history
  3. Call hook.onError in HystrixBadRequestException flow

    Matt Jacobs committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    a5e52a6 View commit details
    Browse the repository at this point in the history
  4. Moved call to HystrixCommandExecutionHook.onComplete from completion …

    …of executeCommand() to successful executeCommand()
    
     * It was getting called 2x in the case where run() threw an Exception
    Matt Jacobs committed Jan 14, 2015
    Configuration menu
    Copy the full SHA
    61b77c3 View commit details
    Browse the repository at this point in the history