-
Notifications
You must be signed in to change notification settings - Fork 172
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
Streaming Cases #437
Streaming Cases #437
Conversation
alwayslove2013
commented
Jan 8, 2025
- Modified the 'search_stage' based on the end of the insertion process rather than the start.
- Errors occurring in the search sub-process will no longer interrupt the testing; they will only impact the metrics for that specific stage.
- Only errors from the insert sub-process will halt the overall testing.
- During concurrent search testing, database errors will not terminate the search test. QPS metrics will now only count successful requests.
- Updated the front-end to allow customization of case_config via the UI.
- Implemented a new page ('/streaming') to display results for streaming cases.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: alwayslove2013 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
2e771c6
to
e437892
Compare
/hold |
7cdaba4
to
300739b
Compare
- Modified the 'search_stage' based on the end of the insertion process rather than the start. - Errors occurring in the search sub-process will no longer interrupt the testing; they will only impact the metrics for that specific stage. - Only errors from the insert sub-process will halt the overall testing. - During concurrent search testing, database errors will not terminate the search test. QPS metrics will now only count successful requests. - Updated the front-end to allow customization of case_config via the UI. - Implemented a new page ('/streaming') to display results for streaming cases. Signed-off-by: min.tian <[email protected]>
5408c80
to
ac2bc8e
Compare