Login test user to enforce storage creation#31635
Conversation
Codecov Report
@@ Coverage Diff @@
## master #31635 +/- ##
============================================
+ Coverage 62.91% 63.12% +0.21%
Complexity 18424 18424
============================================
Files 1156 1156
Lines 69184 69216 +32
Branches 1260 1260
============================================
+ Hits 43527 43693 +166
+ Misses 25288 25154 -134
Partials 369 369
Continue to review full report at Codecov.
|
| */ | ||
| public function testDecryptFileForFileId() { | ||
| if ($this->runsWithPrimaryObjectstorage()) { | ||
| $this->markTestSkipped('Objectstore cannot yet ensure to keep the file-id when copying/renaming files files'); |
2481fee to
eeda2fc
Compare
4b6a3ad to
fd5a93b
Compare
|
Needed to install core before installing objectstore app to be able to execute commands Not sure if testing app modifies any behavior in core for unit testing - can you confirm @phil-davis @DeepDiver1975 @PVince81 I am also not very happy that edit: talked with @tboerger - best way of managing this currently :'( |
|
As far as I remember the testing app only modifies things for acceptance tests, not unit tests |
fd5a93b to
4950f87
Compare
|
increased coverage 💪 |
|
backport of drone changes required to always test |
|
@DeepDiver1975 another backport waiting to be done. I guess the backport would be good to get in the nightly image build. |
|
backport is in #31050 |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Test requires change in order to let files_primary_s3 test run properly - see owncloud/files_primary_s3#75
Failing acceptance tests can be ignore at the moment.
How Has This Been Tested?
Types of changes
Checklist: