Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# Backport This will backport the following commits from `main` to `8.x`: - [[Fleet] Fix flaky agentless test (#197951)](#197951) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Cristina Amico","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-28T16:57:10Z","message":"[Fleet] Fix flaky agentless test (#197951)\n\nFixes https://github.com/elastic/kibana/issues/189038\r\n\r\n## Summary\r\n\r\nAttempt to fix [this flaky test\r\n](https://buildkite.com/elastic/kibana-on-merge/builds/53472#0192c57d-51ca-4b9b-a934-dc13b0b9b7ca)\r\nfailing with\r\n```\r\n\r\nTimed out in waitForNextUpdate after 1000ms.\r\n--\r\n | \r\n | at waitForNextUpdate (node_modules/@testing-library/react-hooks/lib/core/asyncUtils.js:96:13)\r\n\r\n```\r\nI'm adding a longer timeout hoping to resolve this issue. There is no\r\nway to run jest tests with flaky test runner so I'm not sure how to\r\nverify that the flakiness is really gone.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"a5db34b2f58888913ae1bb433803b9999df7a739","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Fleet","v9.0.0","backport:prev-minor"],"title":"[Fleet] Fix flaky agentless test","number":197951,"url":"https://github.com/elastic/kibana/pull/197951","mergeCommit":{"message":"[Fleet] Fix flaky agentless test (#197951)\n\nFixes https://github.com/elastic/kibana/issues/189038\r\n\r\n## Summary\r\n\r\nAttempt to fix [this flaky test\r\n](https://buildkite.com/elastic/kibana-on-merge/builds/53472#0192c57d-51ca-4b9b-a934-dc13b0b9b7ca)\r\nfailing with\r\n```\r\n\r\nTimed out in waitForNextUpdate after 1000ms.\r\n--\r\n | \r\n | at waitForNextUpdate (node_modules/@testing-library/react-hooks/lib/core/asyncUtils.js:96:13)\r\n\r\n```\r\nI'm adding a longer timeout hoping to resolve this issue. There is no\r\nway to run jest tests with flaky test runner so I'm not sure how to\r\nverify that the flakiness is really gone.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"a5db34b2f58888913ae1bb433803b9999df7a739"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197951","number":197951,"mergeCommit":{"message":"[Fleet] Fix flaky agentless test (#197951)\n\nFixes https://github.com/elastic/kibana/issues/189038\r\n\r\n## Summary\r\n\r\nAttempt to fix [this flaky test\r\n](https://buildkite.com/elastic/kibana-on-merge/builds/53472#0192c57d-51ca-4b9b-a934-dc13b0b9b7ca)\r\nfailing with\r\n```\r\n\r\nTimed out in waitForNextUpdate after 1000ms.\r\n--\r\n | \r\n | at waitForNextUpdate (node_modules/@testing-library/react-hooks/lib/core/asyncUtils.js:96:13)\r\n\r\n```\r\nI'm adding a longer timeout hoping to resolve this issue. There is no\r\nway to run jest tests with flaky test runner so I'm not sure how to\r\nverify that the flakiness is really gone.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine <[email protected]>","sha":"a5db34b2f58888913ae1bb433803b9999df7a739"}}]}] BACKPORT--> Co-authored-by: Cristina Amico <[email protected]>
- Loading branch information