-
Notifications
You must be signed in to change notification settings - Fork 363
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
test: Remove flakiness of KillRun test #9370
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9370 +/- ##
=======================================
Coverage 45.28% 45.29%
=======================================
Files 1227 1227
Lines 154048 154048
Branches 2404 2404
=======================================
+ Hits 69767 69772 +5
+ Misses 84089 84084 -5
Partials 192 192
Flags with carried forward coverage won't be shown. Click here to find out more. |
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 modulo single comment
Ticket
DET-10294
Description
Fix the flakiness of the kill run test by creating a new fixture that generates 4 runs with a deterministic hyperparameter and filter on that hyperparameter in the test. Addtionally we want to ensure that the experiment runs for long enough for the trials to be killed
Test Plan
e2e test should pass after multiple runs
4 runs with a distinct "unique_id" hyperparameter of 1, 2, 3 & 4
Checklist
docs/release-notes/
.See Release Note for details.