Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Testing a DB installed on remote host #39
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.