You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since elastic#135679 was fixed,
we can re-enable INLINE STATS generative tests.
Unfortunately, there is a new failure, see
elastic#136797, so I had to add
an exception for that (that means `PostOptimizationPhasePlanVerifier`
checks won't be considered by generative tests)
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/qa/server/src/main/java/org/elasticsearch/xpack/esql/qa/rest/generative/GenerativeRestTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,11 +67,11 @@ public abstract class GenerativeRestTest extends ESRestTestCase implements Query
67
67
"Data too large", // Circuit breaker exceptions eg. https://github.com/elastic/elasticsearch/issues/130072
68
68
"optimized incorrectly due to missing references", // https://github.com/elastic/elasticsearch/issues/131509
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/qa/testFixtures/src/main/java/org/elasticsearch/xpack/esql/generator/EsqlQueryGenerator.java
0 commit comments