ESQL: Micro test optimization: Avoid loading unneeded datasets in EsqlSpecIT
tests.
#120022
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
good first issue
low hanging fruit
low-risk
An open issue or test failure that is a low risk to future releases
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
>test
Issues or PRs that are addressing/adding tests
Description
When trying to debug a single failing integration test, we can shave a few precious seconds each cycle by not loading datasets which are not used by any of the tests being run. Since we probably wish to avoid parsing the
FROM
clause, we can do this in two simple ways:csv-spec
DSL, signifying which datasets are needed for the current test/the entire file (for BWC, this if this is missing we will of course assume all datasets are needed).The text was updated successfully, but these errors were encountered: