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 users |
| 11 called "test_rw" and "test_root" with appropriate permissions for sk_testing. |
| 12 setup_test_db script is included in go/database for convenience in setting up |
| 13 this test database and user. |
OLD | NEW |