Releases: finnegancarroll/OpenSearch
Releases · finnegancarroll/OpenSearch
bench-me-1.6
Fix flaky test in 91_flat_object_null_value.yml (#15545) This test assumed that the order of returned hits will match the order of insertion. That's not generally true, especially if there was a flush partway through, so documents end up in different segments. This fixes it by explicitly sorting the returned documents to guarantee that they come back in the correct order. Also, we were getting a NPE when trying to output the failure message because the expected value was intentionally null. I fixed that too. Signed-off-by: Michael Froh <[email protected]>
bench-me-1.5
Fix flaky test in 91_flat_object_null_value.yml (#15545) This test assumed that the order of returned hits will match the order of insertion. That's not generally true, especially if there was a flush partway through, so documents end up in different segments. This fixes it by explicitly sorting the returned documents to guarantee that they come back in the correct order. Also, we were getting a NPE when trying to output the failure message because the expected value was intentionally null. I fixed that too. Signed-off-by: Michael Froh <[email protected]>
bench-me-1.4
Do not throw exception when flat_object field is explicitly null (#15…
bench-me-1.3
Do not throw exception when flat_object field is explicitly null (#15…
bench-me-1.2
fix: MinHash token filter parameters not working (#15233) * fix: minhash configuration Signed-off-by: Matt Ridehalgh <[email protected]> * style: linting Signed-off-by: Matt Ridehalgh <[email protected]> * chore: update CHANGELOG.md Signed-off-by: Matt Ridehalgh <[email protected]> --------- Signed-off-by: Matt Ridehalgh <[email protected]>
bench-me-1.1
Fix yml test {p0=indices.delete_index_template/10_basic} is flaky (#1…
bench-me-1.0
Fix version check after backport (#14985) Signed-off-by: Mohit Godwani <[email protected]>