mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 10:34:01 +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
|
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",
|
||||||
|
Reference in New Issue
Block a user