forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EQL: [Tests] Simplify toml integration tests (elastic#71064) (elastic…
…#71095) Previously, two files were used, `test_queries.toml` and `test_queries_unsupported.toml`. The queries where read from both files and each query in the 1st file but not in the 2nd was executed, but if it was also included in the 2nd file (unsupported) was skipped. This approach helped in first phase of developing EQL since those tests came from the EQL-endpoint implementation and we wanted to keep those files in sync. Now, we no longer need to keep this sync approach, so the unsupported queries are simply commented out in the original file: `test_queries.toml` and the `test_queries_unsupported.toml` is removed. Moreover, one more query is now enabled (previously was incorrectly still in the `test_queries_unsupported.toml` file) and a few more were added as commented out, which previously only existed in the unsupported file. Fixes: elastic#61841 (cherry picked from commit 8537b2d)
- Loading branch information
Showing
6 changed files
with
937 additions
and
1,983 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.