OpenSearch/test/framework
Nik Everett 32669ca265
Test: Change randomValueOtherThan(null, supplier) (#27901)
When the first parameter of `ESTestCase#randomValueOtherThan` is `null`
then run the supplier until it returns non-`null`. Previously,
`randomValueOtherThan` just ran the supplier one time which was
confusing.

Unexpectedly, it looks like not tests rely on the original `null`
handling.

Closes #27821
2017-12-19 10:23:38 -05:00
..
src Test: Change randomValueOtherThan(null, supplier) (#27901) 2017-12-19 10:23:38 -05:00
build.gradle Consolidate version numbering semantics (#27397) 2017-11-23 20:21:53 +00:00