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:
Sveta Smirnova
2024-02-13 19:42:18 +03:00
parent 7400afe174
commit 91209b5837

View File

@@ -244,11 +244,11 @@ func TestPT_2169(t *testing.T) {
kubeconfig string kubeconfig string
}{ }{
{ {
name: "pg with busy port", name: "pxc with busy port",
resource: "pg", resource: "pxc",
want: "3", want: "3",
port: busyport, port: busyport,
kubeconfig: os.Getenv("KUBECONFIG_PG"), kubeconfig: os.Getenv("KUBECONFIG_PXC"),
}, },
{ {
name: "pg no error", name: "pg no error",