hbase/hbase-hbtop/src
Andrew Purtell 335305e0cf
HBASE-25911 Replace calls to System.currentTimeMillis with EnvironmentEdgeManager.currentTime (#3302)
We introduced EnvironmentEdgeManager as a way to inject alternate clocks
for unit tests. In order for this to be effective, all callers that would
otherwise use System.currentTimeMillis() must call
EnvironmentEdgeManager.currentTime() instead, except the implementers of
EnvironmentEdge.

Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2021-06-01 09:57:48 -07:00
..
main/java/org/apache/hadoop/hbase/hbtop HBASE-25911 Replace calls to System.currentTimeMillis with EnvironmentEdgeManager.currentTime (#3302) 2021-06-01 09:57:48 -07:00
test/java/org/apache/hadoop/hbase/hbtop HBASE-25452 Use MatcherAssert.assertThat instead of org.junit.Assert.assertThat (#2826) 2020-12-30 09:47:56 +08:00