diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-03 14:48:17 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-03 14:48:17 +0200 |
| commit | 46d4917ea0eaa587e87602200fb6843776cc62a5 (patch) | |
| tree | 5e3ca8b2cd975d077c3a0f3dca49ca6468ac4da9 /integrationtests | |
| parent | 852f10bb5d87cbaf1089a532c27777ac4153fde7 (diff) | |
Add dtailhealth no-auth-key flag and adjust turbo EOF handling
Diffstat (limited to 'integrationtests')
| -rw-r--r-- | integrationtests/dtailhealth_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
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 +} |
