Don Mitchell
|
d49c82f9bd
|
Add configuration to studio for asides
|
2014-12-18 14:43:22 -05:00 |
|
Ben Patterson
|
a19b97c61f
|
Don't use 'test' db for mysql since it's reserved.
This db name is reserved and used by mysql installations. This can cause
conflicts when trying to populate our own 'test' database on mysql.
|
2014-11-13 14:41:50 -05:00 |
|
Ben Patterson
|
8e2d794264
|
Improve compatibility with additional mysql installations.
Some mysql debian packages do not grant mysql user as many permissions, and
we need to add them.
|
2014-11-12 22:11:59 -05:00 |
|
Feanil Patel
|
22b97338c9
|
Create the test database if it doesn't exist.
There is a bootstrapping case where the test DB doesn't exist which causes reset_db to fail.
|
2014-07-15 13:55:18 -04:00 |
|
Will Daly
|
a86d56ccba
|
Cache databases to speed up acceptance tests
|
2014-01-28 14:39:26 -05:00 |
|