-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EQL e2e test and integration tag (#88)
This first integrations test. 1. These will not be run on PR verification 2. You may run these tests here: https://github.com/QuesmaOrg/quesma/actions/workflows/e2e-tests.yml Tests are OK: https://github.com/QuesmaOrg/quesma/actions/runs/9061758790/job/24894224722
- Loading branch information
Showing
3 changed files
with
6 additions
and
7 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
2 changes: 2 additions & 0 deletions
2
quesma/eql/e2e/ingest_test.go → quesma/eql/e2e/ingest_integration_test.go
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
//go:build integration | ||
|
||
package e2e | ||
|
||
import ( | ||
|
2 changes: 2 additions & 0 deletions
2
quesma/eql/e2e/query_test.go → quesma/eql/e2e/query_integration_test.go
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
//go:build integration | ||
|
||
package e2e | ||
|
||
import ( | ||
|