- Notifications
You must be signed in to change notification settings - Fork35
Closed
Labels
Description
Now with#234 that makePostgresNode::port
read-only is not possible to runPostgresNode::psql
in a different port. We did thistrick here in order to do some sanity checks after execute pg_upgrade to compare psql outputs but we should guarantee to use the same psql version (newest) over the new and old cluster to make sure the test output will be the same (psql output can change over major postgres versions).
Are there a workaround for it?