-
Notifications
You must be signed in to change notification settings - Fork 27
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
♻️Fixed Unit test director v2 #6733
♻️Fixed Unit test director v2 #6733
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## pydantic_v2_migration_do_not_squash_updates #6733 +/- ##
================================================================================
+ Coverage 67.96% 82.69% +14.72%
================================================================================
Files 1427 1232 -195
Lines 57729 56359 -1370
Branches 2229 1011 -1218
================================================================================
+ Hits 39238 46604 +7366
+ Misses 18157 9612 -8545
+ Partials 334 143 -191
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
services/director-v2/src/simcore_service_director_v2/models/comp_runs.py
Show resolved
Hide resolved
84c4c85
into
ITISFoundation:pydantic_v2_migration_do_not_squash_updates
Quality Gate passedIssues Measures |
What do these changes do?
the fix for the clusters is ugly, but these will disappear soon.
The issue arise because the ClusterGet is the same as the internal model and the webserver likes to have them frozen (after validators cannot run in frozen models).
since this is pretty much unused I will not waste any more time on this.
Related issue/s
How to test
Dev-ops checklist