We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed97fcd commit 4060b61Copy full SHA for 4060b61
1 file changed
pkg/sql/pubsub_test.go
@@ -328,7 +328,7 @@ func TestPgxPostgreSQLPublishSubscribe(t *testing.T) {
328
329
features := tests.Features{
330
ConsumerGroups: true,
331
- ExactlyOnceDelivery: false,
+ ExactlyOnceDelivery: true,
332
GuaranteedOrder: true,
333
Persistent: true,
334
}
@@ -346,7 +346,7 @@ func TestPgxPublishSubscribe(t *testing.T) {
346
347
348
349
350
351
352
0 commit comments