Skip to content

Commit 4060b61

Browse files
committed
Enable ExactlyOnceDelviery tests for pgx
1 parent ed97fcd commit 4060b61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/sql/pubsub_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ func TestPgxPostgreSQLPublishSubscribe(t *testing.T) {
328328

329329
features := tests.Features{
330330
ConsumerGroups: true,
331-
ExactlyOnceDelivery: false,
331+
ExactlyOnceDelivery: true,
332332
GuaranteedOrder: true,
333333
Persistent: true,
334334
}
@@ -346,7 +346,7 @@ func TestPgxPublishSubscribe(t *testing.T) {
346346

347347
features := tests.Features{
348348
ConsumerGroups: true,
349-
ExactlyOnceDelivery: false,
349+
ExactlyOnceDelivery: true,
350350
GuaranteedOrder: true,
351351
Persistent: true,
352352
}

0 commit comments

Comments
 (0)