#27854 non existing folder skeletondirectory#29367
Merged
Conversation
added new test throw Exception on false config catch Exception and write error to Log
9 tasks
Codecov Report
@@ Coverage Diff @@
## master #29367 +/- ##
============================================
- Coverage 60.23% 60.21% -0.03%
- Complexity 17186 17188 +2
============================================
Files 1030 1030
Lines 57273 57277 +4
============================================
- Hits 34500 34490 -10
- Misses 22773 22787 +14
Continue to review full report at Codecov.
|
IljaN
approved these changes
Oct 27, 2017
Contributor
|
@Gandolf90 can you backport to stable10 ? Create a branch based on stable10, cherry pick your commit, then submit a PR from your branch and set stable10 as target |
This was referenced Oct 29, 2017
Contributor
|
Backport to stable10 in PR #29379 |
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
added new test
throw Exception on false config
catch Exception and write error to Log
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Manually by setting up Owncloud and Creating Admin Account
changed config -> skeleton directory to not existing path
creating new User
logged out
login with new user
-> got loop
changed Code & Tests
Creating new User
login with new user2 -> got blank Owncloud directory without skeleton data.
-> no Loop
Testet with Macbook Pro 15" Early 2011 OS X Sierra High with XAMPP and mysql Database
tests run in Ubuntu 16.04.
-- checked out Core from GitLab and installed MariaDB with NodeJS and PHPUnit
running make & make test
Screenshots (if appropriate):
Types of changes
Checklist: