agile-france / propile

Community Conference Program Compiler (for Agile France)
2 stars 8 forks source link

Rake spec try do drop dev db #20

Closed yaf closed 11 years ago

yaf commented 11 years ago

Perhaps only on my env, but I have a strange rake spec error. It try to drop my dev db during db:test:purge...

➜ propile git:(master) ✗ rake spec rake aborted! PG::ObjectInUse: ERROR: database "propile_dev" is being accessed by other users DETAIL: There are 2 other sessions using the database. : DROP DATABASE IF EXISTS "propile_dev"

Tasks: TOP => db:test:load => db:test:purge (See full trace by running task with --trace) ➜ propile git:(master) ✗

rspec spec work, I can run tests, but it's strange.

yaf commented 11 years ago

No more problem, sorry, that was on my environment problem