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

Unified Diff: README.md

Issue 813443002: Overhaul database package (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Move README 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | datahopper/go/datahopper/main.go » ('j') | go/database/setup_test_db.sql » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..e0aa0bb1c12b5ea7b4140584e9a1e20342e012f1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+Skia-Buildbot Repository
+========================
+
+This repo contains infrastructure code for Skia.
+
+
+Database Setup for Testing
+==========================
+Tests which use the database package's LocalTestDatabaseConfig require you to
+have a MySQL instance running with a database named "sk_testing" and a user
+called "test_user" which has permission to modify "sk_testing". The
+setup_test_db script is included in go/database for convenience in setting up
+this test database and user.
« no previous file with comments | « no previous file | datahopper/go/datahopper/main.go » ('j') | go/database/setup_test_db.sql » ('J')

Powered by Google App Engine
This is Rietveld 408576698