-
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
[ftr] split alerting_api_integration/spaces_only/config.ts
into small fast configs
#149854
[ftr] split alerting_api_integration/spaces_only/config.ts
into small fast configs
#149854
Conversation
2faeee8
to
b91f850
Compare
alerting_api_integration/spaces_only/config.ts
into small fast configs
…lemeshko/kibana into split-alerting-api-integration-config
…lemeshko/kibana into split-alerting-api-integration-config
💛 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!
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.
🙏
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
Friendly reminder: Looks like this PR hasn’t been backported yet. |
…ll fast configs (elastic#149854) ## Summary Trying to address slow config issue: ``` The following "Functional Tests" configs have durations that exceed the maximum amount of time desired for a single CI job. This is not an error, and if you don't own any of these configs then you can ignore this warning.If you own any of these configs please split them up ASAP and ask Operations if you have questions about how to do that. x-pack/test/alerting_api_integration/spaces_only/config.ts: 41.4 minutes ``` by splitting it into multiple groups. _1 round (splitting main index file with 3 index suites where each one has its own setup/tearDown + alerting suite into 4 groups)_ x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts 7m 1s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts **15m 10s** x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts **21m 40s** x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts 5m 30s x-pack/test/alerting_api_integration/spaces_only/tests/action_task_params/config.ts 2m 31s x-pack/test/alerting_api_integration/spaces_only/tests/actions/config.ts 4m 22s _2 round (rebalance groups 1-4 to be more time equal)_ x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts 12m 46s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts 8m 46s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts 17m 30s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts 9m 5s Here `Alerting eventLog alerts should generate expected alert events for normal operation` test started to fail, probably there is a dependency on the previous tests. _3 round (rebalance groups 1-4, to keep tests order in group 1 up until `event_log.ts` suite)_ x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts 17m 12s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts 8m 28s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts 16m 15s x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts 6m 21s _4 round (rebalancing groups 3-4 to be more time equal)_ x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts **17m 14s** x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts **8m 37s** x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts **12m 40s** x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts **9m 49s** --------- Co-authored-by: kibanamachine <[email protected]>
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
2 similar comments
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
15 similar comments
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Summary
Trying to address slow config issue:
by splitting it into multiple groups.
1 round (splitting main index file with 3 index suites where each one has its own setup/tearDown + alerting suite into 4 groups)
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts 7m 1s
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts 15m 10s
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts 21m 40s
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts 5m 30s
x-pack/test/alerting_api_integration/spaces_only/tests/action_task_params/config.ts 2m 31s
x-pack/test/alerting_api_integration/spaces_only/tests/actions/config.ts 4m 22s
2 round (rebalance groups 1-4 to be more time equal)
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts 12m 46s
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts 8m 46s
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts 17m 30s
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts 9m 5s
Here
Alerting eventLog alerts should generate expected alert events for normal operation
test started to fail, probably there is a dependency on the previous tests.3 round (rebalance groups 1-4, to keep tests order in group 1 up until
event_log.ts
suite)x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts 17m 12s
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts 8m 28s
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts 16m 15s
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts 6m 21s
4 round (rebalancing groups 3-4 to be more time equal)
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group1/config.ts 17m 14s
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group2/config.ts 8m 37s
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group3/config.ts 12m 40s
x-pack/test/alerting_api_integration/spaces_only/tests/alerting/group4/config.ts 9m 49s