OpenSearch/test/framework
David Turner 00867e618d
Transpose expected and actual, and remove duplicate info from message. (#27515)
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>
```
2017-11-24 17:45:34 +00:00
..
src Transpose expected and actual, and remove duplicate info from message. (#27515) 2017-11-24 17:45:34 +00:00
build.gradle Consolidate version numbering semantics (#27397) 2017-11-23 20:21:53 +00:00