summaryrefslogtreecommitdiff
path: root/client/utils/cluster.py
AgeCommit message (Collapse)Author
2018-01-05Stop storing log files as jsonMark Wong
Keep the json results document small by saving log information externally. This include: * postgres log * pgbench output * sar output
2018-01-05Fix use of env in call()Mark Wong
The env parameter to call() was clearing the PATH environment to only have the postgres binary install path. Modify only the PATH environment.
2017-12-19Alter postgres options on the command lineMark Wong
This allows testing of older versions of postgres. Otherwise only versions of postgres supporting ALTER SYSTEM (9.4+) will work with this client.
2017-08-04pep8 coding styleMark Wong
2017-02-27Import initial version of the clientTomas Vondra