Skip to content

Commit f683104

Browse files
authored
Fix MvString bwc tests in multi-cluster setting (#130890)
1 parent f0450c4 commit f683104

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/string.csv-spec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,8 +2303,7 @@ foo ( bar
23032303
// end::rlikeEscapingTripleQuotes-result[]
23042304
;
23052305

2306-
mvStringEquals
2307-
required_capability: mv_warn
2306+
mvStringEquals#[skip:-8.12.99,reason:changed how we push down equals]
23082307

23092308
FROM mv_text
23102309
| WHERE message == "Connected to 10.1.0.1"
@@ -2331,8 +2330,7 @@ warning:Line 2:9: java.lang.IllegalArgumentException: single-value function enco
23312330
2023-10-23T13:55:01.546Z|More than one hundred characters long so it isn't indexed by the sub keyword field with ignore_above:100
23322331
;
23332332

2334-
mvStringNotEquals
2335-
required_capability: mv_warn
2333+
mvStringNotEquals#[skip:-8.12.99,reason:changed how we push down not equals]
23362334

23372335
FROM mv_text
23382336
| WHERE message != "Connected to 10.1.0.2"

0 commit comments

Comments
 (0)