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

Transpose expected and actual, and remove duplicate info from message. #27515

Commits on Nov 24, 2017

  1. Transpose expected and actual, and remove duplicate info from message.

    Previously:
    ```
       > Throwable #1: java.lang.AssertionError: Expected all shards successful but got successful [8] total [9]
       > Expected: <8>
       >      but: was <9>
    ```
    
    Now:
    ```
       > Throwable #1: java.lang.AssertionError: Expected all shards successful
       > Expected: <9>
       >      but: was <8>
    ```
    DaveCTurner committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    ea98ddc View commit details
    Browse the repository at this point in the history