[EDR Workflows] Stabilize "add a new entry" FTR test under env pressure#268313
Merged
szwarckonrad merged 3 commits intoMay 11, 2026
Merged
Conversation
Contributor
Flaky Test Runner Stats🎉 All tests passed! - kibana-flaky-test-suite-runner#12179[✅] x-pack/solutions/security/test/security_solution_endpoint/configs/serverless.integrations.config.ts: 25/25 tests passed. |
6498bba to
ada201a
Compare
|
Pinging @elastic/security-defend-workflows (Team:Defend Workflows) |
tomsonpl
approved these changes
May 11, 2026
szwarckonrad
added a commit
that referenced
this pull request
May 11, 2026
…sure (#268492) The `should display the endpoint custom content` and `should show the Trusted Apps page when link is clicked` tests in `fleet_integrations.ts` intermittently fail on ESS and Serverless with a Selenium `ScriptTimeoutError` when Kibana is under Fleet/ES startup contention (registry `ECONNRESET`, `missing_references` saved-object imports, ES `NoLivingConnectionsError`). Mirrors the pattern from #268313: wraps the post-click element-render and post-navigation assertions in `retry.waitForWithTimeout` / `retry.tryForTime` so each retry attempt gets a fresh WebDriver script-timeout window. Closes #250405 Closes #250417 Closes #265974 Closes #260847
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]
History
|
clintandrewhall
pushed a commit
that referenced
this pull request
May 12, 2026
…sure (#268492) The `should display the endpoint custom content` and `should show the Trusted Apps page when link is clicked` tests in `fleet_integrations.ts` intermittently fail on ESS and Serverless with a Selenium `ScriptTimeoutError` when Kibana is under Fleet/ES startup contention (registry `ECONNRESET`, `missing_references` saved-object imports, ES `NoLivingConnectionsError`). Mirrors the pattern from #268313: wraps the post-click element-render and post-navigation assertions in `retry.waitForWithTimeout` / `retry.tryForTime` so each retry attempt gets a fresh WebDriver script-timeout window. Closes #250405 Closes #250417 Closes #265974 Closes #260847
clintandrewhall
pushed a commit
that referenced
this pull request
May 12, 2026
…re (#268313) The `should be able to add a new ${testData.title} entry` parametrized test in `artifact_entries_list.ts` intermittently fails on Serverless with a `TimeoutError` waiting for the new artifact's `criteriaConditions` card to render within the default 10s implicit wait. Mirrors the sibling update-flow pattern: wraps the post-create assertion in `retry.waitForWithTimeout(20000, …)` keyed on the `criteriaConditions` card before running the existing `checkResults` loop. Closes #265265
patrykkopycinski
pushed a commit
to patrykkopycinski/kibana
that referenced
this pull request
May 13, 2026
…sure (elastic#268492) The `should display the endpoint custom content` and `should show the Trusted Apps page when link is clicked` tests in `fleet_integrations.ts` intermittently fail on ESS and Serverless with a Selenium `ScriptTimeoutError` when Kibana is under Fleet/ES startup contention (registry `ECONNRESET`, `missing_references` saved-object imports, ES `NoLivingConnectionsError`). Mirrors the pattern from elastic#268313: wraps the post-click element-render and post-navigation assertions in `retry.waitForWithTimeout` / `retry.tryForTime` so each retry attempt gets a fresh WebDriver script-timeout window. Closes elastic#250405 Closes elastic#250417 Closes elastic#265974 Closes elastic#260847
patrykkopycinski
pushed a commit
to patrykkopycinski/kibana
that referenced
this pull request
May 13, 2026
…re (elastic#268313) The `should be able to add a new ${testData.title} entry` parametrized test in `artifact_entries_list.ts` intermittently fails on Serverless with a `TimeoutError` waiting for the new artifact's `criteriaConditions` card to render within the default 10s implicit wait. Mirrors the sibling update-flow pattern: wraps the post-create assertion in `retry.waitForWithTimeout(20000, …)` keyed on the `criteriaConditions` card before running the existing `checkResults` loop. Closes elastic#265265
jcger
pushed a commit
that referenced
this pull request
May 26, 2026
…sure (#268492) The `should display the endpoint custom content` and `should show the Trusted Apps page when link is clicked` tests in `fleet_integrations.ts` intermittently fail on ESS and Serverless with a Selenium `ScriptTimeoutError` when Kibana is under Fleet/ES startup contention (registry `ECONNRESET`, `missing_references` saved-object imports, ES `NoLivingConnectionsError`). Mirrors the pattern from #268313: wraps the post-click element-render and post-navigation assertions in `retry.waitForWithTimeout` / `retry.tryForTime` so each retry attempt gets a fresh WebDriver script-timeout window. Closes #250405 Closes #250417 Closes #265974 Closes #260847
jcger
pushed a commit
that referenced
this pull request
May 26, 2026
…re (#268313) The `should be able to add a new ${testData.title} entry` parametrized test in `artifact_entries_list.ts` intermittently fails on Serverless with a `TimeoutError` waiting for the new artifact's `criteriaConditions` card to render within the default 10s implicit wait. Mirrors the sibling update-flow pattern: wraps the post-create assertion in `retry.waitForWithTimeout(20000, …)` keyed on the `criteriaConditions` card before running the existing `checkResults` loop. Closes #265265
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
should be able to add a new ${testData.title} entryparametrized test inartifact_entries_list.tsintermittently fails on Serverless with aTimeoutErrorwaiting for the new artifact'scriteriaConditionscard to render within the default 10s implicit wait. Mirrors the sibling update-flow pattern: wraps the post-create assertion inretry.waitForWithTimeout(20000, …)keyed on thecriteriaConditionscard before running the existingcheckResultsloop.Closes #265265