HBASE-22615 Make TestChoreService more robust to timing
commit9aee88e03a376702cad4f5e84acefafad2abf99c
authorSean Busbey <busbey@apache.org>
Sat, 22 Jun 2019 05:06:39 +0000 (22 00:06 -0500)
committerSean Busbey <busbey@apache.org>
Sat, 22 Jun 2019 05:07:10 +0000 (22 00:07 -0500)
treeccf2c15c6dd78e5a2fcde89068e4588abf25aad2
parent6d08ffcfc6e646751b35b111389403329b121c89
HBASE-22615 Make TestChoreService more robust to timing

* phrase fudge factor "deltas" in terms of the original period
* increase the delta allowed for chore timing from 5% to 20%
* improve some assertions

Closes #328

Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Sakthi <sakthivel.azhaku@gmail.com>
hbase-common/src/test/java/org/apache/hadoop/hbase/TestChoreService.java