-
Notifications
You must be signed in to change notification settings - Fork 35
Testing a DB installed on remote host #39
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Hi @qakapil, Unfortunately, remote hosts are not supported yet. You could create an instance of How would you solve this problem? Perhaps you could give us an idea. |
Hi @funbringer, Thanks, |
Currently, yes. For instance, we use it for pg_pathman, pg_shardman, pg_probackup. The main reason is that you can't test streaming replication, sharding, dump/restore etc with linear regression tests. |
Now that the questions have been answered, I think we should classify this issue as a feature request. |
It should be easy to implement by a library like http://www.paramiko.org/ |
Hi,
This is not an issue but just a quick question about the tool. Can I use testgres to test a DB cluster installed on remote host ?
Thanks,
Kapil.
The text was updated successfully, but these errors were encountered: