Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit c29e118

Browse files
committed
Added debugging
1 parent b8b3f98 commit c29e118

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/replica_set_tls_upgrade/replica_set_tls_upgrade_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ func TestReplicaSetTLSUpgrade(t *testing.T) {
2828
ctx := context.Background()
2929
resourceName := "mdb-tls"
3030

31+
t.Setenv("MONGODB_LOG_ALL", "debug")
32+
3133
testCtx, testConfig := setup.SetupWithTLS(ctx, t, resourceName)
3234
defer testCtx.Teardown()
3335

0 commit comments

Comments
 (0)