-
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
[Synthetics] Adds retesting on failure #165626
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
Pinging @elastic/uptime (Team:uptime) |
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.
There's some behavior which is off:
-
Status is always "Pending" for monitor.
-
Retests results keep coming in despite monitor is consistently down. as opposed to the following AC:
If the monitor was previously DOWN, a RETEST won't occur (this is to stop repeatedly retesting when we know the site is DOWN)
-
Error count on both the Errors page and Overview page is incorrect.
-
While Run once, the status is shown as COMPLETED instead of FAILED.
all the reported issues have been fixed ^^^ |
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.
Had a few comments, but looking pretty good. LMK when ready and I will go through one more time.
.../public/components/shared/exploratory_view/configurations/synthetics/single_metric_config.ts
Outdated
Show resolved
Hide resolved
...components/shared/exploratory_view/configurations/test_data/test_formula_metric_attribute.ts
Outdated
Show resolved
Hide resolved
...components/shared/exploratory_view/configurations/test_data/test_formula_metric_attribute.ts
Outdated
Show resolved
Hide resolved
...components/shared/exploratory_view/configurations/test_data/test_formula_metric_attribute.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/uptime/server/legacy_uptime/routes/uptime_route_wrapper.ts
Outdated
Show resolved
Hide resolved
...ck/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/common_fields.ts
Outdated
Show resolved
Hide resolved
...k/plugins/synthetics/public/apps/synthetics/utils/testing/__mocks__/synthetics_store.mock.ts
Show resolved
Hide resolved
@@ -309,7 +323,7 @@ export const TestRunsTable = ({ | |||
pageIndex: page.index, | |||
pageSize: page.size, | |||
totalItemCount: total, | |||
pageSizeOptions: [10, 20, 50], // TODO Confirm with Henry, |
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.
++, not possible
…ratory_view/configurations/synthetics/single_metric_config.ts Co-authored-by: Justin Kambic <[email protected]>
…ratory_view/configurations/test_data/test_formula_metric_attribute.ts Co-authored-by: Justin Kambic <[email protected]>
…ratory_view/configurations/test_data/test_formula_metric_attribute.ts Co-authored-by: Justin Kambic <[email protected]>
…ratory_view/configurations/test_data/test_formula_metric_attribute.ts Co-authored-by: Justin Kambic <[email protected]>
x-pack/plugins/uptime/server/legacy_uptime/routes/uptime_route_wrapper.ts
Outdated
Show resolved
Hide resolved
…nitor/normalizers/common_fields.ts Co-authored-by: Justin Kambic <[email protected]>
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 WFG
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
Summary
Fixes #162399
Adds ability to retest on failure
In the Ping List
Smoke testing scope