mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Fix TestJetStreamParallelConsumerCreation race
Signed-off-by: Waldemar Quevedo <wally@nats.io>
This commit is contained in:
@@ -1504,6 +1504,7 @@ func TestJetStreamParallelConsumerCreation(t *testing.T) {
|
||||
// Make them all fire at once.
|
||||
<-startCh
|
||||
|
||||
var err error
|
||||
_, err = js.AddConsumer("TEST", &nats.ConsumerConfig{
|
||||
Durable: "dlc",
|
||||
Replicas: 3,
|
||||
|
||||
Reference in New Issue
Block a user