the toolset alreday does some DB setup before each test, like restarting or something. It should probably also verify database connectivity too, using something like nc -vz <db host> <db port>. This would be really helpful for cassandra and mongodb, who are not ready to start handling connections just because service <foo> restart has returned
See #1082