Skip to content

Releases: finnegancarroll/OpenSearch

bench-me-1.6

06 Sep 04:11
eb1cbb8
Compare
Choose a tag to compare
bench-me-1.6 Pre-release
Pre-release
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

05 Sep 22:52
eb1cbb8
Compare
Choose a tag to compare
bench-me-1.5 Pre-release
Pre-release
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

29 Aug 19:47
46a269e
Compare
Choose a tag to compare
bench-me-1.4 Pre-release
Pre-release
Do not throw exception when flat_object field is explicitly null (#15…

bench-me-1.3

29 Aug 06:18
46a269e
Compare
Choose a tag to compare
bench-me-1.3 Pre-release
Pre-release
Do not throw exception when flat_object field is explicitly null (#15…

bench-me-1.2

19 Aug 02:58
9661e8d
Compare
Choose a tag to compare
bench-me-1.2 Pre-release
Pre-release
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

09 Aug 18:17
4fe0358
Compare
Choose a tag to compare
bench-me-1.1 Pre-release
Pre-release
Fix yml test {p0=indices.delete_index_template/10_basic} is flaky (#1…

bench-me-1.0

06 Aug 18:07
59302a3
Compare
Choose a tag to compare
bench-me-1.0 Pre-release
Pre-release
Fix version check after backport (#14985)

Signed-off-by: Mohit Godwani <[email protected]>