-
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
[Security Solution][API testing] Move and restructures action groups in the new api integration test folder #169234
[Security Solution][API testing] Move and restructures action groups in the new api integration test folder #169234
Conversation
...ty_solution_api_integration/test_suites/detections_response/default_license/actions/index.ts
Outdated
Show resolved
Hide resolved
…Nasr/kibana into move-structure-actions-api
…ructure-actions-api
…ructure-actions-api
…ructure-actions-api
…ructure-actions-api
…ructure-actions-api
…Nasr/kibana into move-structure-actions-api
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.
ftr_configs.yml
…ructure-actions-api
…Nasr/kibana into move-structure-actions-api
💚 Build Succeeded
Metrics [docs]
History
To update your PR or re-run it, just comment with: cc @WafaaNasr |
const es = getService('es'); | ||
const esArchiver = getService('esArchiver'); | ||
|
||
describe('@ess @skipInQA actions migrations', () => { |
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.
If we add @ess
- should that be enough to exclude all serverless related tags since @skipInQA
is particular to serverless?
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.
Note: being addressed in follow up PR to unblock others.
x-pack/test/detection_engine_api_integration/security_and_spaces/group1/index.ts
Show resolved
Hide resolved
import { getSimpleRuleOutput } from './get_simple_rule_output'; | ||
import { RuleWithoutServerGeneratedProperties } from './remove_server_generated_properties'; | ||
|
||
export const getSimpleRuleOutputWithWebHookAction = ( |
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.
Since these were only used in the add_action.ts and update_action.ts which seemed to have been part of the migration, can we remove this util from the old folder?
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.
Note: being addressed in follow up PR to unblock others.
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!
Summary
https://docs.google.com/document/d/1CRFfDWMzw3ob03euWIvT4-IoiLXjoiPWI8mTBqP4Zks/edit
@skipInQA
tag to the failing tests in QA env