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

Unskipping test #170353

Merged
merged 2 commits into from
Nov 2, 2023
Merged

Unskipping test #170353

merged 2 commits into from
Nov 2, 2023

Conversation

ymao1
Copy link
Contributor

@ymao1 ymao1 commented Nov 1, 2023

Resolves #168750

Summary

The test failed with Error: connect ECONNREFUSED and just unskipping the test passed the flaky test runner 500 times so I think it was just a transient network issue.

https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3856
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3859

@ymao1
Copy link
Contributor Author

ymao1 commented Nov 2, 2023

@elasticmachine merge upstream

@kibana-ci
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] Security Solution Cypress Tests #9 / Changing alert status Marking alerts as acknowledged can bulk mark alerts as acknowledged can bulk mark alerts as acknowledged

Metrics [docs]

✅ unchanged

History

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

@ymao1 ymao1 self-assigned this Nov 2, 2023
@ymao1 ymao1 added release_note:skip Skip the PR/issue when compiling release notes Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v8.11.0 v8.12.0 labels Nov 2, 2023
@ymao1 ymao1 marked this pull request as ready for review November 2, 2023 11:49
@elasticmachine
Copy link
Contributor

Pinging @elastic/response-ops (Team:ResponseOps)

@ymao1 ymao1 requested a review from a team November 2, 2023 11:56
Copy link
Member

@pmuellr pmuellr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ymao1 ymao1 merged commit aebd297 into elastic:main Nov 2, 2023
8 checks passed
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Nov 2, 2023
Resolves elastic#168750

## Summary

The test failed with `Error: connect ECONNREFUSED` and just unskipping
the test passed the flaky test runner 500 times so I think it was just a
transient network issue.

https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3856
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3859

Co-authored-by: Kibana Machine <[email protected]>
(cherry picked from commit aebd297)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.11

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Nov 2, 2023
# Backport

This will backport the following commits from `main` to `8.11`:
- [Unskipping test
(#170353)](#170353)

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

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

<!--BACKPORT [{"author":{"name":"Ying
Mao","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-11-02T12:17:28Z","message":"Unskipping
test (#170353)\n\nResolves
https://github.com/elastic/kibana/issues/168750\r\n\r\n##
Summary\r\n\r\nThe test failed with `Error: connect ECONNREFUSED` and
just unskipping\r\nthe test passed the flaky test runner 500 times so I
think it was just a\r\ntransient network
issue.\r\n\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3856\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3859\r\n\r\nCo-authored-by:
Kibana Machine
<[email protected]>","sha":"aebd29785792c669af4b7f1d6da0660386bc0293","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","v8.11.0","v8.12.0"],"number":170353,"url":"https://github.com/elastic/kibana/pull/170353","mergeCommit":{"message":"Unskipping
test (#170353)\n\nResolves
https://github.com/elastic/kibana/issues/168750\r\n\r\n##
Summary\r\n\r\nThe test failed with `Error: connect ECONNREFUSED` and
just unskipping\r\nthe test passed the flaky test runner 500 times so I
think it was just a\r\ntransient network
issue.\r\n\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3856\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3859\r\n\r\nCo-authored-by:
Kibana Machine
<[email protected]>","sha":"aebd29785792c669af4b7f1d6da0660386bc0293"}},"sourceBranch":"main","suggestedTargetBranches":["8.11"],"targetPullRequestStates":[{"branch":"8.11","label":"v8.11.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/170353","number":170353,"mergeCommit":{"message":"Unskipping
test (#170353)\n\nResolves
https://github.com/elastic/kibana/issues/168750\r\n\r\n##
Summary\r\n\r\nThe test failed with `Error: connect ECONNREFUSED` and
just unskipping\r\nthe test passed the flaky test runner 500 times so I
think it was just a\r\ntransient network
issue.\r\n\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3856\r\nhttps://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3859\r\n\r\nCo-authored-by:
Kibana Machine
<[email protected]>","sha":"aebd29785792c669af4b7f1d6da0660386bc0293"}}]}]
BACKPORT-->

Co-authored-by: Ying Mao <[email protected]>
delanni pushed a commit to delanni/kibana that referenced this pull request Nov 6, 2023
Resolves elastic#168750

## Summary

The test failed with `Error: connect ECONNREFUSED` and just unskipping
the test passed the flaky test runner 500 times so I think it was just a
transient network issue.

https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3856
https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/3859

Co-authored-by: Kibana Machine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:ResponseOps Label for the ResponseOps team (formerly the Cases and Alerting teams) v8.11.0 v8.12.0
Projects
None yet
5 participants