We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3444c07 commit ca295fbCopy full SHA for ca295fb
x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/inference/RerankOperatorTests.java
@@ -287,7 +287,7 @@ public void close() {
287
}
288
289
private void assertExpectedScore(DoubleBlock scoreBlockResult) {
290
- assertRandomPositions(scoreBlockResult, (pos) -> {
+ assertAllPositions(scoreBlockResult, (pos) -> {
291
if (pos % 10 == 0) {
292
assertThat(scoreBlockResult.isNull(pos), equalTo(true));
293
} else {
0 commit comments