-
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
Unskipping test #170353
Unskipping test #170353
Conversation
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
To update your PR or re-run it, just comment with: |
Pinging @elastic/response-ops (Team:ResponseOps) |
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
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)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
# 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]>
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]>
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