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.x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/alert_create_flyout·ts - Actions and Triggers app create alert should successfully test valid es_query alert #112749

Closed
kibanamachine opened this issue Sep 21, 2021 · 17 comments · Fixed by #112888 or #114917
Assignees
Labels
bug Fixes for quality problems that affect the customer experience estimate:small Small Estimated Level of Effort failed-test A test failure on a tracked branch, potentially flaky-test skipped-test Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v7.15.1 v7.16.0

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Sep 21, 2021

A test failed on a tracked branch

TimeoutError: The element [data-test-subj="testQuerySuccess"] was still present when it should have disappeared.
Wait timed out after 2690ms
    at /var/lib/buildkite-agent/builds/kb-cigroup-6-6f608bd28ef6a7b7/elastic/kibana-daily/kibana/node_modules/selenium-webdriver/lib/webdriver.js:842:17
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (internal/process/task_queues.js:95:5) {
  remoteStacktrace: ''
}

First failure: CI Build

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Sep 21, 2021
@botelastic botelastic bot added the needs-team Issues missing a team label label Sep 21, 2021
@kibanamachine
Copy link
Contributor Author

New failure: CI Build

@kibanamachine
Copy link
Contributor Author

New failure: CI Build

@kibanamachine
Copy link
Contributor Author

New failure: CI Build

@kibanamachine
Copy link
Contributor Author

New failure: CI Build

@kibanamachine
Copy link
Contributor Author

New failure: CI Build

jbudz added a commit that referenced this issue Sep 23, 2021
jbudz added a commit that referenced this issue Sep 23, 2021
@jbudz
Copy link
Member

jbudz commented Sep 23, 2021

skipped

main: 94bbeec
7.x: 0d76f6b
7.15: 5cc6d0d

@jbudz jbudz added skipped-test Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v7.16.0 labels Sep 23, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-alerting-services (Team:Alerting Services)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Sep 23, 2021
@kibanamachine
Copy link
Contributor Author

New failure: CI Build

@gmmorris
Copy link
Contributor

@ymao1 - was this moved back to triage on purpose?

@ymao1
Copy link
Contributor

ymao1 commented Sep 29, 2021

It was in triage and I thought it was related to another flaky test I was working on so I assigned myself but it is not

@mikecote
Copy link
Contributor

Assigned to @ymao1 to see if another PR will cause this flaky test to go away when unskipped.

@kibanamachine
Copy link
Contributor Author

New failure: CI Build

@kibanamachine kibanamachine reopened this Sep 29, 2021
@kibanamachine
Copy link
Contributor Author

New failure: CI Build

@kibanamachine
Copy link
Contributor Author

New failure: CI Build

jbudz added a commit that referenced this issue Sep 30, 2021
jbudz added a commit that referenced this issue Sep 30, 2021
@jbudz
Copy link
Member

jbudz commented Sep 30, 2021

skipped

main: 6ad596f
7.x: ea7ce5c

brianseeders added a commit that referenced this issue Sep 30, 2021
brianseeders added a commit to brianseeders/kibana that referenced this issue Sep 30, 2021
@ymao1 ymao1 removed their assignment Oct 13, 2021
@ymao1
Copy link
Contributor

ymao1 commented Oct 13, 2021

This test needs to be tested using the buildkite flaky test runner, not the jenkins one. There are timing differences in how the 2 CI systems run and the flakiness does not show up in the jenkins flaky test runner.

@ymao1
Copy link
Contributor

ymao1 commented Oct 13, 2021

From Spencer on Slack:

Looking at the test and the logs (which are admittedly harder to see in Buildkite for the time being, fix imminent) it seems that the // Invalid query portion of the test is executing before the success toast from the previous execution has cleared. This is why the speed of Buildkite is causing this test to fail more frequently than on Jenkins. I'd recommend adding a await testSubjects.waitForDeleted('testQuerySuccess'); between the two sections of the test

@gmmorris gmmorris added estimate:small Small Estimated Level of Effort bug Fixes for quality problems that affect the customer experience labels Oct 18, 2021
@ymao1 ymao1 self-assigned this Nov 4, 2021
@kobelb kobelb added the needs-team Issues missing a team label label Jan 31, 2022
@botelastic botelastic bot removed the needs-team Issues missing a team label label Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment