Use the gocheck binary to run Postgres matrix tests.

This commit is contained in:
Will Rouesnel
2016-11-17 22:14:13 +11:00
parent 045ae96430
commit 175686dc0f
5 changed files with 76 additions and 81 deletions

View File

@@ -34,10 +34,15 @@ Package vendoring is handled with [`govendor`](https://github.com/kardianos/gove
### Flags
Name | Description
-------------------|------------
web.listen-address | Address to listen on for web interface and telemetry.
web.telemetry-path | Path under which to expose metrics.
* `web.listen-address`
Address to listen on for web interface and telemetry.
* `web.telemetry-path`
Path under which to expose metrics.
* `config.expect-replication-stats`
The target database has replication turned on - log errors when
replication stats are missing.
### Setting the Postgres server's data source name