Skip to content

Commit df95326

Browse files
authored
Fix more bwc tests on 8.12 as push down changed (#131072)
Fix #130977 Fix #130976 I'm just muting all the csv tests from #128156 in the 8.12->8.19 bwc scenario; previously, it looked like only 2 of those failed but it looks like we're generally incompatible here. Which is fine because 8.12 was pre-GA for ES|QL and is outside the support matrix, anyway.
1 parent ab0958d commit df95326

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2316,8 +2316,7 @@ warning:Line 2:9: java.lang.IllegalArgumentException: single-value function enco
23162316
2023-10-23T13:55:01.544Z|Connected to 10.1.0.1
23172317
;
23182318

2319-
mvStringEqualsLongString
2320-
required_capability: mv_warn
2319+
mvStringEqualsLongString#[skip:-8.12.99,reason:changed how we push down equals]
23212320

23222321
FROM mv_text
23232322
| WHERE message == "More than one hundred characters long so it isn't indexed by the sub keyword field with ignore_above:100"
@@ -2345,8 +2344,7 @@ warning:Line 2:9: java.lang.IllegalArgumentException: single-value function enco
23452344
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
23462345
;
23472346

2348-
mvStringNotEqualsFound
2349-
required_capability: mv_warn
2347+
mvStringNotEqualsFound#[skip:-8.12.99,reason:changed how we push down not equals]
23502348

23512349
FROM mv_text
23522350
| WHERE message != "Connected to 10.1.0.1"
@@ -2359,8 +2357,7 @@ warning:Line 2:9: java.lang.IllegalArgumentException: single-value function enco
23592357
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
23602358
;
23612359

2362-
mvStringNotEqualsLong
2363-
required_capability: mv_warn
2360+
mvStringNotEqualsLong#[skip:-8.12.99,reason:changed how we push down not equals]
23642361

23652362
FROM mv_text
23662363
| WHERE message != "More than one hundred characters long so it isn't indexed by the sub keyword field with ignore_above:100"

0 commit comments

Comments
 (0)