We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff5f7d commit b732184Copy full SHA for b732184
enterprise/replicasync/replicasync_test.go
@@ -201,6 +201,9 @@ func TestReplica(t *testing.T) {
201
// Ensures that twenty concurrent replicas can spawn and all
202
// discover each other in parallel!
203
t.Parallel()
204
+ // This doesn't use the database fake because creating
205
+ // this many PostgreSQL connections takes some
206
+ // configuration tweaking.
207
db := databasefake.New()
208
pubsub := database.NewPubsubInMemory()
209
logger := slogtest.Make(t, nil)
0 commit comments