From 46d4917ea0eaa587e87602200fb6843776cc62a5 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 3 Mar 2026 14:48:17 +0200 Subject: Add dtailhealth no-auth-key flag and adjust turbo EOF handling --- integrationtests/dtailhealth_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'integrationtests') diff --git a/integrationtests/dtailhealth_test.go b/integrationtests/dtailhealth_test.go index d320849..74773f2 100644 --- a/integrationtests/dtailhealth_test.go +++ b/integrationtests/dtailhealth_test.go @@ -143,7 +143,7 @@ func testDTailHealth2WithServer(t *testing.T, logger *TestLogger) { ctx = WithTestLogger(ctx, logger) defer cancel() - // Start dserver + // Start dserver _, _, _, err := startCommand(ctx, t, "", "../dserver", "--cfg", "none", @@ -218,7 +218,7 @@ func testDTailHealthCheck3WithServer(t *testing.T, logger *TestLogger) { } _, err = runCommandRetry(ctx, t, 10, outFile, - "../dtailhealth", "--server", fmt.Sprintf("%s:%d", bindAddress, port)) + "../dtailhealth", "--server", fmt.Sprintf("%s:%d", bindAddress, port), "--no-auth-key") if err != nil { t.Error(err) return @@ -228,4 +228,4 @@ func testDTailHealthCheck3WithServer(t *testing.T, logger *TestLogger) { t.Error(err) return } -} \ No newline at end of file +} -- cgit v1.2.3