mirror of
https://github.com/apache/lucene.git
synced 2025-02-13 21:45:39 +00:00
SOLR-13898: Add more information to the failure message.
This commit is contained in:
parent
cb1a72ad16
commit
4837e62989
@ -72,7 +72,7 @@ public class TestSolrCachePerf extends SolrTestCaseJ4 {
|
||||
}
|
||||
computeRatio.forEach((type, computeStats) -> {
|
||||
SummaryStatistics getPutStats = getPutRatio.get(type);
|
||||
assertGreaterThanOrEqual( "Compute ratio should be higher or equal to get/put ratio", computeStats.getMean(), getPutStats.getMean(), 0.0001);
|
||||
assertGreaterThanOrEqual( "Cache " + type + ": compute ratio should be higher or equal to get/put ratio", computeStats.getMean(), getPutStats.getMean(), 0.001);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user