-
Notifications
You must be signed in to change notification settings - Fork 13
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
Failing test scenarios week of 7 March 2022 #329
Comments
@jvillafanez looks similar to https://github.com/owncloud/ransomware_protection/issues/287 - maybe the same cause? |
https://drone.owncloud.com/owncloud/encryption/2362/20/11
Still getting 500 HTTP status And https://drone.owncloud.com/owncloud/encryption/2362/24/15
fails same as before. @jvillafanez or anyone has an idea? |
As far as I know, all the failing tests are from the user-key encryption, aren't they? I've checked that there are keys missing. I think that, if user1 shares a file with user2, a share key from user2 should be placed within user1's scope. So there should be a user2.shareKey file where user1 is storing the keys for the file he's sharing. That key file is currently missing. This is likely a bug in the code but I still need to track where the actual problem is. |
yes - master-key encryption is passing. It is user-key encryption that has problems. In PR #331 I have run full core acceptance tests with user-key encryption. Lots of test scenarios fail, but I think that the common thing is when files are moved Something in the core changes of the last few weeks has caused this regression. |
owncloud/core#39908 should fix https://drone.owncloud.com/owncloud/encryption/2362/20/11 |
I merged owncloud/core#39908 to core, so that will get in the daily-master-qa tarball and nightly encryption tests will run with it. I will also re-run #331 Edit: #331 passed expect for failures that seem to be related to issue #326 - so that looks good for now. |
nightly encryption CI passed this morning: https://drone.owncloud.com/owncloud/encryption/2365 so previous regressions ahve been fixed, without introducing and other failures - great stuff. Closing this issue. |
Example from this morning's CI:
https://drone.owncloud.com/owncloud/encryption/2343/21/11
Example test output:
Log:
Happens with user-key encryption.
Also https://drone.owncloud.com/owncloud/encryption/2343/25/15 has webUI scenarios failing:
The text was updated successfully, but these errors were encountered: