hbase/hbase-procedure/src
Umesh Agashe 55e3dda25d HBASE-20024 Fixed flakyness of TestMergeTableRegionsProcedure
We assumed that we can run for loop from 0 to lastStep sequentially. MergeTableRegionProcedure skips step 2. So, when i is 0 the procedure is already at step 3.
Added a method StateMachineProcedure#getCurrentStateId that can be used from test code only.
2018-03-09 12:44:49 -08:00
..
main/java/org/apache/hadoop/hbase/procedure2 HBASE-20024 Fixed flakyness of TestMergeTableRegionsProcedure 2018-03-09 12:44:49 -08:00
test HBASE-19951 Cleanup the explicit timeout value for test method 2018-02-07 16:39:54 -08:00