You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
EM listTrialStatus API - https://github.com/kruize/autotune/blob/b89b57f7764245f0b018a8d43ea20b2890aa5e8b/design/API.md
GET /listTrialStatus?runId=<RUN_ID>&completeStatus=true&summary=true
runId - Required
completeStatus - Optional, default is true
summary - Optional
Test with valid / invalid runids
ListTrial Status to be checked for querying each of the below scenarios
Do we need both completeStatus and Summary? What's the difference?
Shouldn't it just be status & metrics?
Test with valid runid and summary=true, validate if a summary of the metrics alone is displayed?
Test with valid runid and summary=false, validate if metrics for all warmup/measurement cycles are displayed or there is no summary?
Test with valid runid and completeStatus=true, what is the output?
Test with valid runid and completeStatus=false, what is the output?
Output is too verbose
What about Iterations?
Validate metrics
Validate config
Stop the load abruptly in between the experiment
Query the EM multiple times and see if the output JSON values varies(check for consistency of result)
Delete the pod deployed in between the experiments
Delete the deployment in between the experiments
Beta Was this translation helpful? Give feedback.
All reactions