Delete bug demonstration for quota feature from encryption app#354
Conversation
|
Note: these tests were added to the encryption test suite in PR #346 because the quota bug behaved a little bit differently in encryption compared to core. Now that the c ore bug has been fixed, the tests in core should pass the same when run with encryption enabled, and we delete the bug-demonstration scenarios that were added in encryption. |
|
💥 Acceptance tests pipeline apiCoreMKey-40-6-master-mysql8.0-php7.4 failed. The build has been cancelled. |
|
@phil-davis https://drone.owncloud.com/owncloud/encryption/2565/33/20 this looks like a hard failure. @grgprarup is looking to it. |
ff504ac to
a0ef9e9
Compare
Yes, Brian (share receiver) copies a file over the top of a file shared by Alice. The file content from Brian exceeds the quota of Alice. It is possible that in this situation Brian gets the 507 We might need to skip that scenario on encryption for now, and report the problem in an issue. |
|
I also pushed some cleanup and bump of dependencies: Makefile target "clean" was not removing the vendor directory. Add that to Makefile. Bump bamarni/composer-bin-plugin (1.7.0 => 1.8.0) |
|
Some drone pipelines seemed to be hung. I cancelled the job, destroyed the old drone agents, and restarted CI. |
|
https://drone.owncloud.com/owncloud/encryption/2565/33/20 this fail must pass if this PR gets merged. owncloud/core#40224 (review) |
|
https://drone.owncloud.com/owncloud/encryption/2571/33/20 That has been skipped now - owncloud/core#40224 I will restart CI. |
|
Kudos, SonarCloud Quality Gate passed! |
|
drone is being very annoying. I restarted again (20 minutes ago), because one of the pipelines seemed to be hung, |








Description
This PR deletes the
apiEncryption/quotaOc10Issue40140.featurefrom this app since the quota handling has been improved and fixed with this PR owncloud/core#39895. So The bug demonstration can be deleted as this test scenarios is run on this app withapiMain/quota.featurefrom core.Related issue
#353