mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
### Summary Address https://github.com/elastic/kibana/issues/82002 and https://github.com/elastic/kibana/issues/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 |
||
---|---|---|
.. | ||
accessibility | ||
analytics | ||
api_integration | ||
common | ||
examples | ||
functional | ||
harden | ||
health_gateway | ||
interactive_setup_api_integration | ||
interactive_setup_functional | ||
interpreter_functional | ||
node_roles_functional | ||
package | ||
plugin_functional | ||
scripts | ||
server_integration | ||
ui_capabilities/newsfeed_err | ||
tsconfig.json |