Enable fatal warnings for cluster metrics and slf4j (#26678)

This commit is contained in:
Christopher Batey 2019-04-05 16:06:02 +01:00 committed by Arnout Engelen
parent 4bb60bbcc8
commit f798481de5
12 changed files with 67 additions and 48 deletions

View file

@ -147,7 +147,7 @@ abstract class ClusterMetricsDisabledSpec
//clusterView.clusterMetrics.size should ===(0)
metricsView.clusterMetrics.size should ===(0)
ClusterMetricsExtension(system).subscribe(testActor)
expectNoMsg
expectNoMessage
// TODO ensure same contract
//clusterView.clusterMetrics.size should ===(0)
metricsView.clusterMetrics.size should ===(0)