Fix metrics_SUITE connection_metrics flake
This commit is contained in:
		
							parent
							
								
									b351149e2f
								
							
						
					
					
						commit
						4e92841a9f
					
				|  | @ -208,9 +208,11 @@ connection_metric_count(Config, Ops) -> | ||||||
|                      fun(Cfg) -> |                      fun(Cfg) -> | ||||||
|                              rabbit_ct_client_helpers:close_connection(Cfg) |                              rabbit_ct_client_helpers:close_connection(Cfg) | ||||||
|                      end}, |                      end}, | ||||||
|                    [ connection_created, |                     %% connection_metrics are asynchronous, | ||||||
|                      connection_metrics, |                     %% emitted on a timer. These have been removed | ||||||
|                      connection_coarse_metrics ]). |                     %% from here as they're already tested on another | ||||||
|  |                     %% testcases | ||||||
|  |                     [ connection_created ]). | ||||||
| 
 | 
 | ||||||
| channel_metric_count(Config, Ops) -> | channel_metric_count(Config, Ops) -> | ||||||
|     Conn =  rabbit_ct_client_helpers:open_unmanaged_connection(Config), |     Conn =  rabbit_ct_client_helpers:open_unmanaged_connection(Config), | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue