Acceptance test for renaming folders received from multiple users wit…#35664
Acceptance test for renaming folders received from multiple users wit…#35664individual-it merged 1 commit intoowncloud:masterfrom
Conversation
|
@bhawanaprasain there were CI fails due to PHPunit problems last week. |
2d971c7 to
1b32aa8
Compare
Codecov Report
@@ Coverage Diff @@
## master #35664 +/- ##
=========================================
Coverage ? 65.67%
Complexity ? 18777
=========================================
Files ? 1222
Lines ? 70935
Branches ? 1289
=========================================
Hits ? 46587
Misses ? 23970
Partials ? 378
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #35664 +/- ##
=========================================
Coverage 65.81% 65.81%
Complexity 18818 18818
=========================================
Files 1228 1228
Lines 70982 70982
Branches 1289 1289
=========================================
Hits 46716 46716
Misses 23888 23888
Partials 378 378
Continue to review full report at Codecov.
|
phil-davis
left a comment
There was a problem hiding this comment.
This is the devious sequence that results in lots of (2) repeated on the end of the file name.
It is useful to have this in a test, then if someone cares to modify the code some day to make better use of other integers (3) (4) some day, they will have a test scenario to adjust :)
|
There were some network errors in drone. I restarted the drone CI build just now. |
|
@bhawanaprasain please make a backport to stable10 branch |
|
Backport |
Description
It includes test for renaming folders when auto-accept of shares is disabled and a user receives folders with matching name from multiple users .
Related Issue
#35414
Types of changes