@@ -491,24 +491,24 @@ channel_statistics1(_Config) ->
491
491
492
492
% % Check the stats reflect that
493
493
Check2 = fun () ->
494
- [{{Ch , QRes }, 1 , 0 , 0 , 0 , 0 , 0 , 0 }] = ets :lookup (
495
- channel_queue_metrics ,
496
- {Ch , QRes }),
497
- [{{Ch , X }, 1 , 0 , 0 , 0 }] = ets :lookup (
498
- channel_exchange_metrics ,
499
- {Ch , X }),
500
- [{{Ch , {QRes , X }}, 1 , 0 }] = ets :lookup (
501
- channel_queue_exchange_metrics ,
502
- {Ch , {QRes , X }})
494
+ [{{Ch , QRes }, 1 , 0 , 0 , 0 , 0 , 0 , 0 , 0 }] = ets :lookup (
495
+ channel_queue_metrics ,
496
+ {Ch , QRes }),
497
+ [{{Ch , X }, 1 , 0 , 0 , 0 }] = ets :lookup (
498
+ channel_exchange_metrics ,
499
+ {Ch , X }),
500
+ [{{Ch , {QRes , X }}, 1 , 0 }] = ets :lookup (
501
+ channel_queue_exchange_metrics ,
502
+ {Ch , {QRes , X }})
503
503
end ,
504
504
test_ch_metrics (Check2 , ? TIMEOUT ),
505
505
506
506
% % Check the stats are marked for removal on queue deletion.
507
507
rabbit_channel :do (Ch , # 'queue.delete' {queue = QName }),
508
508
Check3 = fun () ->
509
- [{{Ch , QRes }, 1 , 0 , 0 , 0 , 0 , 0 , 1 }] = ets :lookup (
510
- channel_queue_metrics ,
511
- {Ch , QRes }),
509
+ [{{Ch , QRes }, 1 , 0 , 0 , 0 , 0 , 0 , 0 , 1 }] = ets :lookup (
510
+ channel_queue_metrics ,
511
+ {Ch , QRes }),
512
512
[{{Ch , X }, 1 , 0 , 0 , 0 }] = ets :lookup (
513
513
channel_exchange_metrics ,
514
514
{Ch , X }),
0 commit comments