-
Notifications
You must be signed in to change notification settings - Fork 94
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
Rc 2021.02.09 #2647
Rc 2021.02.09 #2647
Conversation
* reapply application-side text field size check as a mixin
* Mixin changed to only validate TextField * protection against non-str values
* COST-954: add AnyUserAccess; small refactor * add beta param to user_access API
Sources stability with new application-extra flow
* COST-900: Create the storage api. Co-authored-by: Douglas Curtis <[email protected]>
Codecov Report
@@ Coverage Diff @@
## stable #2647 +/- ##
========================================
+ Coverage 94.5% 94.8% +0.3%
========================================
Files 232 282 +50
Lines 16442 21665 +5223
Branches 1826 2455 +629
========================================
+ Hits 15533 20533 +5000
- Misses 582 680 +98
- Partials 327 452 +125 |
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.
=========================== short test summary info ============================
FAILED tests/rest_api/v1/test_aws_org_units.py::test_api_aws_org_units_returned_data_validation[org_unit_with_region]
FAILED tests/rest_api/v1/test_ocp_on_cloud_storage_reports.py::test_api_ocp_on_cloud_storage_validate_data_integrity[clusters]
FAILED tests/rest_api/v1/test_ocp_on_cloud_storage_reports.py::test_api_ocp_on_cloud_storage_validate_data_integrity[regions]
FAILED tests/rest_api/v1/test_source.py::test_api_aws_source_crud - wait_for....
FAILED tests/rest_api/v1/test_source.py::test_api_azure_source_crud - wait_fo...
ERROR tests/rest_api/v1/test_cost_model.py::test_api_cost_model_negative_tiered_rate_unbound_mid
ERROR tests/rest_api/v1/test_user.py::test_api_settings_negative_tag_enablement
= 5 failed, 2249 passed, 245 skipped, 769 deselected, 1 warning, 2 errors in 2659.40s (0:44:19) =
Crud tests and errors are hitting a caching issue that I am investigating currently, OU test is missing data from the api and can be investigated later, as for integrity tests they are off by about 10 units where 10.0 = abs((148932.0 - 148942.0))
probably a timezone nise issue we can pick up later too. Otherwise this is ready to rock!
No description provided.