-
Notifications
You must be signed in to change notification settings - Fork 807
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
E2EE. Fix root metadata fetching path for non-root remote sync folder. Refactoring. Stabilizing paths. #6529
Conversation
Yes. Again, lots of similar changes for dealing with non-root remote sync root paths. Due to the new way of fetching metadata (keys are stored in the root folder's metadata). Extensive manual tests were successful. What we are really missing is end-to-end testing. Otherwise, we are going to continue fixing regressions. |
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.
Clang-Tidy
found issue(s) with the introduced code (1/1)
/backport to stable-3.12 |
17f425d
to
9b4cefc
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.
please add automated tests for such cases
would be needed to ensure this code can become more reliable
9b4cefc
to
bdef783
Compare
How do you propose to implement these tests? The e2e-to-end encryption interaction between client and server is way too complicated to implement unit tests for it. This requires writing most of the endpoints the server is using for E2EE, not just simple PROPFIND. We do not have framework for such testing for this reason. This type of tests require different testing approach, called end-to-end testing (or QA automation), for which, we do not have capacity. |
…. Refactoring. Stabilizing paths. Signed-off-by: alex-z <[email protected]>
bdef783
to
c5dd2e8
Compare
AppImage file: nextcloud-PR-6529-c5dd2e89a1c7abe5a5ac67ce05bfdcb9e7b6b40b-x86_64.AppImage |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
No description provided.