Skip to content

Conversation

@stalkerg
Copy link
Contributor

Pgbench run as Popen for background tests. Example usage:

node.pgbench_init()
pgbench = node.pgbench(
    stdout=subprocess.PIPE,
    stderr=subprocess.STDOUT,
    options=["-c", "4"])
pgbench.wait()
pgbench.stdout.close()

@funbringer funbringer merged commit df65a94 into postgrespro:master Dec 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants