Running 'rake gitlab:test' may wipe development database on v5.4.2.
Created by: bladealslayer
In b40ff1e0 'db:setup' was added to the gitlab:test task. Documentation still tells to run all tests with:
bundle exec rake gitlab:test
This results in db:setup
being called in the default development environment, which seems to wipe all tables.
Either documentation should be updated or b40ff1e0 reverted. As developers might already be used to running bundle exec rake gitlab:test
without specifying environment, probably the second option is better.