HBASE-21097 Flush pressure assertion may fail in testFlushThroughputTuning

This commit is contained in:
tedyu 2018-08-23 11:49:47 -07:00
parent a7a281a644
commit 87f9b4accd
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class TestFlushWithThroughputController {
private static final Logger LOG =
LoggerFactory.getLogger(TestFlushWithThroughputController.class);
private static final double EPSILON = 1E-6;
private static final double EPSILON = 1.3E-6;
private HBaseTestingUtility hbtu;
@Rule public TestName testName = new TestName();