]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Skipping all Posgres test for wallabag:install 1734/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 29 Feb 2016 15:22:30 +0000 (16:22 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Mon, 29 Feb 2016 15:23:36 +0000 (16:23 +0100)
commit3c39f5ac413cc1bd58a0647fcbb52982af81c078
tree7dfecfbf46240e0c2db13a1ee8c2f5b927676530
parentdfad9ba0f94562d81b2002b15a5bfd52b9dcba38
Skipping all Posgres test for wallabag:install

We already faced this problem but we are facing it again.
https://github.com/wallabag/wallabag/commit/d502762598db68ec822078642df8f6a8214202f7

It seems we can drop a database properly using wallabag:install.

The server log keep saying:
ERROR:  source database "template1" is being accessed by other users
DETAIL:  There is 1 other session using the database.
STATEMENT:  CREATE DATABASE "wallabag_test"

Which means, it can't remove the database wallabag_test because one other person is using it.
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php