-
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
Failing test: Plugin Functional Tests.test/plugin_functional/test_suites/core/route·ts - core route timeouts idle socket should timeout if payload sending has too long of an idle period #75440
Comments
Pinging @elastic/kibana-test-triage (failed-test) |
Pinging @elastic/kibana-platform (Team:Platform) |
We've only had two failures of this test, but the tests are brand new and were added in #73730. The fact that they're based on clocks is concerning and I'm confident that we'd see more than enough justification to skip these if we left them going for a couple more days. Skipped |
* master: (30 commits) [code coverage] always download node before team assignment (elastic#75424) [Form lib] Allow new "defaultValue" to be provided when resetting the… (elastic#75302) [Logs UI] Add "View in machine learning" links in the anomaly explorer (elastic#74555) skip flaky suite (elastic#75440) skip flaky suite (elastic#75386) [Saved objects] Add support for version on create & bulkCreate when overwriting a document (elastic#75172) [Functional]Table Vis increase sleep time in order filter to be applied (elastic#75138) MOAR RAM (elastic#75423) [Visualize] Horizontal Bar Percentiles Overlapping (elastic#75315) [ML] DF Analytics / Transforms: Fix job row actions menu invalid DOM nesting warning (elastic#74499) [ML] Inference models management (elastic#74978) [Monitoring] Migrate karma tests (elastic#75301) [Index template] Add filters to simulate preview (elastic#74497) Bump and consolidate dependencies (elastic#75360) [Ingest Manager] Fix agent config rollout rate limit to use constants (elastic#75364) Update Node.js to version 10.22.0 (elastic#75254) [ML] Anomaly Explorer / Single Metric Viewer: Fix error reporting for annotations. (elastic#74953) [Discover] Fix histogram cloud tests (elastic#75268) Uiactions to navigate to visualize or maps (elastic#74121) Use prefix search invis editor field/agg combo box (elastic#75290) ...
Similar integration test failure #82002 |
### Summary Address elastic#82002 and elastic#75440 I think I found a breakthrough for this flaky behavior. I run the integration test 800x locally, with different settings: Adjusting both the delayed emission (send 1 char at a time), and the socket idle timeout to have exacly the same value (e.g. `10 millis`), I managed to get the `ECONNRESET` 100% of the times. Thus, IIUC the ECONNRESET happens when the client tries to send a character over the socket and at the same time the server responds with the idle timeout. Adjusting the values so that the delay between character emissions is significantly larger than the idle timeout, e.g. 20 vs 5, I get `socket hang up` 100% of the times. Flaky Test Runner Pipeline - 300x 🟢 https://buildkite.com/elastic/kibana-flaky-test-suite-runner/builds/4030
New failure: CI Build - 8.12 |
From last failure, it seems it's still the same cause, so I guess #162947 was not enough 😞
|
No new failures for half a year... maybe it was a rogue commit that failed? |
New failure: kibana-on-merge - 8.16 |
Again There are other jobs in the build that failed with an unfinished list of tasks. I wonder if the error is actually the runner killing Kibana ahead of time. |
New failure: kibana-on-merge - main |
New failure: kibana-on-merge - main |
A test failed on a tracked branch
First failure: Jenkins Build
The text was updated successfully, but these errors were encountered: