OLD | NEW |
---|---|
(Empty) | |
1 Skia-Buildbot Repository | |
2 ======================== | |
3 | |
4 This repo contains infrastructure code for Skia. | |
5 | |
6 | |
7 Quick Start | |
8 =========== | |
9 | |
10 Tests will fail unless you perform the following steps: | |
11 $ cd go/database | |
12 $ ./setup_test_db | |
jcgregorio
2014/12/19 20:27:05
Requires a local installation of MySQL. For a Debi
borenet
2014/12/19 20:39:15
Done.
| |
13 | |
14 | |
15 Database Setup for Testing | |
16 ========================== | |
17 Tests which use the database package's testutils require you to have a MySQL | |
18 instance running with a database named "sk_testing" and users called | |
19 "readwrite" and "test_root" with appropriate permissions for sk_testing. | |
20 setup_test_db script is included in go/database for convenience in setting up | |
21 this test database and user. | |
OLD | NEW |