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

Guess root cause support unwrap #50525

Commits on Dec 30, 2019

  1. Guess root cause support unwrap

    ElasticsearchException.guessRootCauses would return wrapper exception if
    inner exception was not an ElasticsearchException. Fixed to never return
    wrapper exceptions.
    
    Relates elastic#50417
    henningandersen committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    60a6e4d View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Fix tests

    A few rest tests mistakenly used a wrapper exception as the expected
    root cause.
    henningandersen committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    2d0eb71 View commit details
    Browse the repository at this point in the history