Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Side by Side Diff: README.md

Issue 813443002: Overhaul database package (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Unskip the CT GS tests Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | datahopper/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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.
OLDNEW
« no previous file with comments | « no previous file | datahopper/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698