-
Notifications
You must be signed in to change notification settings - Fork 362
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: create test users through the API [INFENG-673] #9431
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 #9431 +/- ##
==========================================
- Coverage 48.60% 43.43% -5.17%
==========================================
Files 1233 909 -324
Lines 158973 119050 -39923
Branches 2777 2777
==========================================
- Hits 77272 51713 -25559
+ Misses 81527 67163 -14364
Partials 174 174
Flags with carried forward coverage won't be shown. Click here to find out more. |
8cda29c
to
34bc190
Compare
34bc190
to
47fc944
Compare
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.
Think it looks good! Just a few minor comments
test: create test users through the API INFENG-673
Ticket
https://hpe-aiatscale.atlassian.net/browse/INFENG-673
Description
The playwright test previously created users through the UI. Now they will create and teardown user setup through the API since it is faster and more reliable. There is still a test doing user setup/teardown through the UI so that tests still cover that workflow.
I also spent some time smoothing out flakes. That wound up involving a lot of retries around the 10s refresh for tables but I've gotten bulk actions un-skipped and passing 3+ times in a row in the pipeline which is a good sign.
Test Plan
CI passes several times in a row
Checklist
docs/release-notes/
.See Release Note for details.