[obs-commits] [openSUSE/open-build-service] ffa3c4: [ci] Fix not running database migration test
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: ffa3c4593a7feca8c0d938b86ae50c826eec0920 https://github.com/openSUSE/open-build-service/commit/ffa3c4593a7feca8c0d938... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-04-20 (Fri, 20 Apr 2018) Changed paths: M contrib/start_lint M src/api/lib/tasks/databases.rake M src/api/lib/tasks/dev.rake Log Message: ----------- [ci] Fix not running database migration test the test never really tested anything because we always setted up the database with db:structure:load so the migrations never run. We need to drop the database before we run the migrations. Otherwise it only compares the structure.sql with itself which is not really what we want :/ Commit: 2b5c0108eeefd1ece4e4b6c674f893de694d916e https://github.com/openSUSE/open-build-service/commit/2b5c0108eeefd1ece4e4b6... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-04-20 (Fri, 20 Apr 2018) Changed paths: M contrib/start_lint M src/api/lib/tasks/databases.rake M src/api/lib/tasks/dev.rake Log Message: ----------- Merge pull request #4887 from ChrisBr/ci/migration-test [ci] Fix not running database migration test Compare: https://github.com/openSUSE/open-build-service/compare/e6e27ae7ce95...2b5c01...
participants (1)
-
Christian Bruckmayer