-
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
add cli tests for occ
db commands
#39190
Comments
occ
db commands
occ
db commandsocc
db commands
I was working on this issue before and the PR is WIP. see #39393 I got occupied by tasks in desktop-client and was hoping to look back into this issue. I will leave this issue for others to take. But I will take it later if this is still in ToDo |
Ref: https://doc.owncloud.com/server/10.8/admin_manual/configuration/database/db_conversion.html We can just have a single scenario that, for example, starts with an SQLite database and converts to MariaDB (or mySQL), and run that in its own pipeline. Don't then try to revert in an AfterScenario. This is a by-definition infrastructure-changing test. It is something that can be run in a throw-away environment (separate drone pipeline). Tag in a way that it will not accidentally be run by any oC10 app or other CI that runs tests core tests. |
From #33051
add cli tests for
db
commands (might have to setup a ci pipeline to start with multiple dbs and convert them back and forth)Ref:
Databse conversion command docs
The text was updated successfully, but these errors were encountered: