Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Creates one database per sql test | Joe H. Rahme | 2014-10-07 | 1 | -3/+1 |
| | | | | | | | | | | A lot of sql tests are failing when running concurrently on the same database. This patch drastically reduces the number of errors found by creating one database for each test. Related to blueprint sql-unit-tests-on-real-backend Change-Id: I5a5f3a9f141c45a6c3c645e3b18089f442d29138 | ||||
* | Run unit tests against MySQL | Joe H. Rahme | 2014-10-01 | 1 | -0/+30 |
- Creates a new tox environment for testing against mysql - Adds a script set-test-env-mysql.sh to set up mysql - Adds a new file `functions.sh` for common shell functions - Creates a new DB manager for tests - Adds a new scenario for mysql in the MixinTestsWithBackendScenarios Related to blueprint sql-unit-tests-on-real-backend Co-Authored-By: Ala Rezmerita <ala.rezmerita@cloudwatt.com> Change-Id: I2c7378c79b1a0bffae5b2489b04c60e509f62f85 |