File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2525 # in particular starting with rabbitmq/rabbitmq-management#236,
2626 # so in some cases we need to wait before GET'ing e.g. a newly opened connection.
2727 def await_event_propagation
28- # same number as used in rabbit-hole test suite. Works OK.
28+ # same number as used in rabbit-hole test suite. It assumes that
29+ # the tests are run after running a before_script that will reconfigure
30+ # RabbitMQ to use a 1s stats emission interval instead of the default 5s.
2931 sleep 1
3032 end
3133
@@ -464,7 +466,6 @@ def await_event_propagation
464466 expect ( i . name ) . to eq ( q . name )
465467 expect ( i . auto_delete ) . to eq ( q . auto_delete? )
466468 expect ( i . active_consumers ) . to be_nil
467- expect ( i . backing_queue_status . avg_ack_egress_rate ) . to eq ( 0.0 )
468469
469470 subject . delete_queue ( "/" , q . name )
470471 end
You can’t perform that action at this time.
0 commit comments