-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Drone: Run federated server on database other than sqlite #36725
Conversation
9b94fba
to
918922b
Compare
Codecov Report
@@ Coverage Diff @@
## master #36725 +/- ##
=========================================
Coverage 64.68% 64.68%
Complexity 19118 19118
=========================================
Files 1269 1269
Lines 74775 74775
Branches 1320 1320
=========================================
Hits 48369 48369
Misses 26018 26018
Partials 388 388
Continue to review full report at Codecov.
|
918922b
to
46eebda
Compare
@@ -468,137 +468,137 @@ def codestyle(): | |||
return pipelines | |||
|
|||
def changelog(): | |||
pipelines = [] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The spaces-tabs thing happened when the changelog()
step was added.
The diffs here get the indent to be consistent with the rest of the file. We may as well make these changes (although it makes a more messy diff)
46eebda
to
9383feb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (if CI passes)
Install of federated server looks good: https://drone.owncloud.com/owncloud/core/22537/63/11
|
https://drone.owncloud.com/owncloud/core/22537/98/14
strange - I guess mysql/mariadb has a max length constraint, but sqlite did not. The way the test file has been named, it reads like it is not expected to work. But the test scenario expects this to work. https://drone.owncloud.com/owncloud/core/22537/98/18
|
LGTM |
Description
Run federated server in mysql database not sqlite.
Related Issue
Related Issue owncloud/QA#636
Motivation and Context
Currently we run the main test server in different databases including mysql, psql etc but the federated server is always run on the sqlite database. As sqlite is not very reliable database, we may run into different issues while running tests. So the database of the federated server is changed to databases other than sqlite.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: