MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / TestSetupAndValidateLogging

Function TestSetupAndValidateLogging

rest/config_test.go:682–689  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

680}
681
682func TestSetupAndValidateLogging(t *testing.T) {
683 t.Skip("Skipping TestSetupAndValidateLogging")
684 base.SetUpTestLogging(t, base.LevelInfo, base.KeyAll)
685 sc := &StartupConfig{}
686 err := sc.SetupAndValidateLogging(base.TestCtx(t))
687 assert.NoError(t, err, "Setup and validate logging should be successful")
688 assert.NotEmpty(t, sc.Logging)
689}
690
691func TestSetupAndValidateLoggingWithLoggingConfig(t *testing.T) {
692 t.Skip("Skipping TestSetupAndValidateLoggingWithLoggingConfig")

Callers

nothing calls this directly

Calls 3

SetUpTestLoggingFunction · 0.92
TestCtxFunction · 0.92

Tested by

no test coverage detected