Skip to content

Commit b732184

Browse files
committed
Add comment for configuration tweaking
1 parent 1ff5f7d commit b732184

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

enterprise/replicasync/replicasync_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,9 @@ func TestReplica(t *testing.T) {
201201
// Ensures that twenty concurrent replicas can spawn and all
202202
// discover each other in parallel!
203203
t.Parallel()
204+
// This doesn't use the database fake because creating
205+
// this many PostgreSQL connections takes some
206+
// configuration tweaking.
204207
db := databasefake.New()
205208
pubsub := database.NewPubsubInMemory()
206209
logger := slogtest.Make(t, nil)

0 commit comments

Comments
 (0)