mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
De-flake TestJetStreamClusterConsumerMaxDeliveryNumAckPendingBug by ignoring PushBound
Signed-off-by: Neil Twigg <neil@nats.io>
This commit is contained in:
@@ -5403,8 +5403,8 @@ func TestJetStreamClusterConsumerMaxDeliveryNumAckPendingBug(t *testing.T) {
|
||||
// Created can skew a small bit due to server restart, this is expected.
|
||||
now := time.Now()
|
||||
cia.Created, cib.Created = now, now
|
||||
// might not be push bound yet.
|
||||
cib.PushBound = cia.PushBound
|
||||
// Clear any disagreement on push bound.
|
||||
cia.PushBound, cib.PushBound = false, false
|
||||
checkConsumerInfo(cia, cib)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user