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

[8.12] [Serverless] Fix Console and Grok debugger functional tests (#172664) #172822

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 8.12:

Questions ?

Please refer to the Backport tool documentation

…172664)

Fixes elastic#172632
Fixes elastic#172668
Also fixes failing Grok debugger tests:
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4199

## Summary

This PR fixes the serverless Console and Grok Debugger functional tests
by adding the correct serverless login and logout to the before/after
hooks. It seems that when they are missing, the tests fail with the
following error:

```
Error: retry.tryForTime timeout: Error: retry.try timeout: TimeoutError: Waiting for element to be located By(css selector, [data-test-subj="kibanaChrome"])
```

The PR also removes most of the Console test cases, since they are
already running in stateful. This will also resolve the flakiness that
is caused by one of these test cases.

Flaky test runner:
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4215

(cherry picked from commit 8fb2e07)
@kibana-ci
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #16 / endpoint Response Actions Responder from the Endpoint list and details should show Responder from the endpoint details

Metrics [docs]

✅ unchanged

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @ElenaStoeva

@kibanamachine kibanamachine merged commit 3b1f892 into elastic:8.12 Dec 7, 2023
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants