-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AO] Add testing action variables to the Custom threshold rule API integration tests #167757
[AO] Add testing action variables to the Custom threshold rule API integration tests #167757
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@maryam-saeidi I remember you mentioned the goal is to test all the available action variables. Does it covers them all? do we have a list?
There are many action variables; the ones you see in this PR's interface are the important ones that we added and need to be tested. |
Failure is related to #167869 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As #167644 is merged, can you please update the tests on serverless, too?
host: string; | ||
group: string; | ||
}>({ | ||
const resp = await waitForDocumentInIndex<ActionDocument>({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did we remove the rule type, host, etc.?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't remove it, I replaced it with ActionDocument
type.
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes #162950
Closes #161237
Summary
This PR adds testing action variables to the Custom threshold rule API integration tests.