First pass fix for non-existent users being passed to the calculate user storage task#2961
Conversation
Codecov Report
@@ Coverage Diff @@
## hotfixes #2961 +/- ##
============================================
+ Coverage 80.80% 85.72% +4.91%
============================================
Files 281 298 +17
Lines 12659 15879 +3220
============================================
+ Hits 10229 13612 +3383
+ Misses 2430 2267 -163
Continue to review full report at Codecov.
|
|
With the user |
|
@rtibbles today I tested the following 2 cases as mentioned in the QA Scenarios section of #3044:
I have to report that both test cases are currently failing because the 'Total storage' value remains the same after uploading or deleting a file. See the following screenshots where you can see that the initial storage size of 34 MB remains unchanged: Tested mainly with the following user: cenov1@melon.bg but also with another one cenov2@melon.bg again with no observable change in the 'Total storage' value. |
|
Yes, my fix here was to prevent backend errors - seems like we have more work to do for cache invalidation here. Can you file an issue with the above so we can track? |
|
Filed a new issue with the above here: #3058 |


Description
Issue Addressed (if applicable)
Fixes #2825
Steps to Test