Commit 807a3bc
authored
ESQL: Replace function count tests (#134951)
Replaces the tests for a count of functions with a spot check of some
specific functions. `delay` should never be released. `idelta` isn't
released but will be. `mv_sum` has been released. It's nice to have the
ones we want to make sure aren't available in production in there, but
otherwise it's a fairly random list.
Doing this because maintaining the count was constantly a problem -
folks would stumble over it all the time and it wasn't really buying us
anything.1 parent e042c80 commit 807a3bc
File tree
2 files changed
+18
-6
lines changed- x-pack/plugin
- esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/scalar
- src/yamlRestTest/resources/rest-api-spec/test/esql
2 files changed
+18
-6
lines changedLines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
226 | | - | |
227 | | - | |
228 | | - | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
229 | 231 | | |
230 | 232 | | |
231 | 233 | | |
| |||
Lines changed: 13 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
| |||
231 | 236 | | |
232 | 237 | | |
233 | 238 | | |
234 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
235 | 245 | | |
236 | 246 | | |
237 | 247 | | |
| |||
0 commit comments