summaryrefslogtreecommitdiff
path: root/integrationtests/dtailhealth_test.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-24 13:44:06 +0300
committerPaul Buetow <paul@buetow.org>2021-10-24 13:44:06 +0300
commit87b6c47999f49c2deff42fdcc703c419b251bdbc (patch)
treec5f0e418460c8987289cec4505eb88bb035d1dfe /integrationtests/dtailhealth_test.go
parent14959ffba46282dd7b8ada53db0dfc0e1b26ab2e (diff)
integration tests use a different known_hosts path and also dont read any external config files
Diffstat (limited to 'integrationtests/dtailhealth_test.go')
-rw-r--r--integrationtests/dtailhealth_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/integrationtests/dtailhealth_test.go b/integrationtests/dtailhealth_test.go
index 8c0918f..0dc177c 100644
--- a/integrationtests/dtailhealth_test.go
+++ b/integrationtests/dtailhealth_test.go
@@ -69,6 +69,7 @@ func TestDTailHealthCheck3(t *testing.T) {
_, _, _, err := startCommand(ctx, t,
"../dserver",
+ "--cfg", "none",
"--logger", "stdout",
"--logLevel", "trace",
"--bindAddress", "localhost",
@@ -79,6 +80,7 @@ func TestDTailHealthCheck3(t *testing.T) {
return
}
+ // TODO: Get unique test port number.
_, err = runCommandRetry(ctx, t, 10, stdoutFile,
"../dtailhealth", "--server", "localhost:4242")
if err != nil {