Skip to content
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

Failing test: Chrome X-Pack UI Functional Tests with ES SSL - Discover, Uptime, ML.x-pack/test/functional_with_es_ssl/apps/discover_ml_uptime/discover/search_source_alert·ts - Discover alerting Search source Alert should display actual state after rule params update on clicking viewInApp link #152478

Closed
kibanamachine opened this issue Mar 1, 2023 · 6 comments · Fixed by #152548 or #154308
Labels
failed-test A test failure on a tracked branch, potentially flaky-test impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. loe:small Small Level of Effort Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Mar 1, 2023

A test failed on a tracked branch

Error: expected '' to equal 'message:msg-1'
    at Assertion.assert (expect.js:100:11)
    at Assertion.apply (expect.js:227:8)
    at Function.equal (expect.js:531:15)
    at checkUpdatedRuleParamsState (search_source_alert.ts:279:31)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at Context.<anonymous> (search_source_alert.ts:431:7)
    at Object.apply (wrap_function.js:73:16)

First failure: CI Build - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Mar 1, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Mar 1, 2023
@kibanamachine kibanamachine added the Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL. label Mar 1, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Mar 1, 2023
@davismcphee davismcphee added loe:small Small Level of Effort impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. labels Mar 1, 2023
kibanamachine referenced this issue Mar 6, 2023
…) (#152660)

# Backport

This will backport the following commits from `main` to `8.7`:
- [[Discover] Address flaky filters modal in alerting tests
(#152548)](#152548)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Julia
Rechkunova","email":"julia.rechkunova@elastic.co"},"sourceCommit":{"committedDate":"2023-03-06T08:11:49Z","message":"[Discover]
Address flaky filters modal in alerting tests (#152548)\n\nCloses
https://github.com/elastic/kibana/issues/152477\r\nCloses
https://github.com/elastic/kibana/issues/152478\r\nCloses
https://github.com/elastic/kibana/issues/152479\r\n\r\n150x (alert
tests)\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1978\r\n100x
(context
tests)\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1979","sha":"d8f9b1dc032a24c2db6187f16f4542649ee642b4","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:DataDiscovery","backport:prev-minor","v8.8.0"],"number":152548,"url":"https://github.com/elastic/kibana/pull/152548","mergeCommit":{"message":"[Discover]
Address flaky filters modal in alerting tests (#152548)\n\nCloses
https://github.com/elastic/kibana/issues/152477\r\nCloses
https://github.com/elastic/kibana/issues/152478\r\nCloses
https://github.com/elastic/kibana/issues/152479\r\n\r\n150x (alert
tests)\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1978\r\n100x
(context
tests)\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1979","sha":"d8f9b1dc032a24c2db6187f16f4542649ee642b4"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/152548","number":152548,"mergeCommit":{"message":"[Discover]
Address flaky filters modal in alerting tests (#152548)\n\nCloses
https://github.com/elastic/kibana/issues/152477\r\nCloses
https://github.com/elastic/kibana/issues/152478\r\nCloses
https://github.com/elastic/kibana/issues/152479\r\n\r\n150x (alert
tests)\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1978\r\n100x
(context
tests)\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/1979","sha":"d8f9b1dc032a24c2db6187f16f4542649ee642b4"}}]}]
BACKPORT-->

Co-authored-by: Julia Rechkunova <julia.rechkunova@elastic.co>
@kibanamachine kibanamachine reopened this Mar 17, 2023
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@jbudz
Copy link
Member

jbudz commented Mar 29, 2023

/skip

@davismcphee davismcphee added impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. and removed impact:medium Addressing this issue will have a medium level of impact on the quality/strength of our product. labels Mar 29, 2023
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

jbudz added a commit that referenced this issue Apr 3, 2023
@jbudz
Copy link
Member

jbudz commented Apr 3, 2023

Skipped

main: 711b8e0

kibanamachine referenced this issue Apr 6, 2023
# Backport

This will backport the following commits from `main` to `8.7`:
- [[Discover] Unskip flaky alerts tests
(#154308)](#154308)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Julia
Rechkunova","email":"julia.rechkunova@elastic.co"},"sourceCommit":{"committedDate":"2023-04-06T09:21:24Z","message":"[Discover]
Unskip flaky alerts tests (#154308)\n\nCloses
https://github.com/elastic/kibana/issues/152477\r\nCloses
https://github.com/elastic/kibana/issues/152478\r\nCloses
https://github.com/elastic/kibana/issues/152479\r\n\r\n250x\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2070","sha":"bb8bb361b44f10f0cdd3be1822017eb4be9c1f8c","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:DataDiscovery","backport:prev-minor","v8.8.0"],"number":154308,"url":"https://github.com/elastic/kibana/pull/154308","mergeCommit":{"message":"[Discover]
Unskip flaky alerts tests (#154308)\n\nCloses
https://github.com/elastic/kibana/issues/152477\r\nCloses
https://github.com/elastic/kibana/issues/152478\r\nCloses
https://github.com/elastic/kibana/issues/152479\r\n\r\n250x\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2070","sha":"bb8bb361b44f10f0cdd3be1822017eb4be9c1f8c"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/154308","number":154308,"mergeCommit":{"message":"[Discover]
Unskip flaky alerts tests (#154308)\n\nCloses
https://github.com/elastic/kibana/issues/152477\r\nCloses
https://github.com/elastic/kibana/issues/152478\r\nCloses
https://github.com/elastic/kibana/issues/152479\r\n\r\n250x\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/2070","sha":"bb8bb361b44f10f0cdd3be1822017eb4be9c1f8c"}}]}]
BACKPORT-->

Co-authored-by: Julia Rechkunova <julia.rechkunova@elastic.co>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test impact:high Addressing this issue will have a high level of impact on the quality/strength of our product. loe:small Small Level of Effort Team:DataDiscovery Discover, search (e.g. data plugin and KQL), data views, saved searches. For ES|QL, use Team:ES|QL.
Projects
None yet
4 participants