OLD | NEW |
(Empty) | |
| 1 Skia-Buildbot Repository |
| 2 ======================== |
| 3 |
| 4 This repo contains infrastructure code for Skia. |
| 5 |
| 6 |
| 7 Database Setup for Testing |
| 8 ========================== |
| 9 Tests which use the database package's LocalTestDatabaseConfig require you to |
| 10 have a MySQL instance running with a database named "sk_testing" and a user |
| 11 called "test_user" which has permission to modify "sk_testing". The |
| 12 setup_test_db script is included in go/database for convenience in setting up |
| 13 this test database and user. |
OLD | NEW |