Commit 1d7290c
authored
ESQL: Fix test error (elastic#143537)
In elastic#133479 I wrote a test for tagged queries. That test had an error one
in 10,000 times where it chose 0 matching documents. Ooops. This makes
sure we always produce a matching document.
Closes elastic#1430201 parent 35cbe12 commit 1d7290c
File tree
1 file changed
+3
-3
lines changed- x-pack/plugin/esql/compute/src/test/java/org/elasticsearch/compute
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
373 | | - | |
374 | | - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
| |||
0 commit comments