mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 18:34:59 +00:00
PT-2233 - pt-k8s-debug-collector needs psql in the host node
- Adjusted test TestPT_2169, because it does not depend on port for --resource=pg anymore
This commit is contained in:
@@ -244,11 +244,11 @@ func TestPT_2169(t *testing.T) {
|
||||
kubeconfig string
|
||||
}{
|
||||
{
|
||||
name: "pg with busy port",
|
||||
resource: "pg",
|
||||
name: "pxc with busy port",
|
||||
resource: "pxc",
|
||||
want: "3",
|
||||
port: busyport,
|
||||
kubeconfig: os.Getenv("KUBECONFIG_PG"),
|
||||
kubeconfig: os.Getenv("KUBECONFIG_PXC"),
|
||||
},
|
||||
{
|
||||
name: "pg no error",
|
||||
|
Reference in New Issue
Block a user