hbase/hbase-mapreduce/src
Michael Stack eb17a2f285
HBASE-19299 Assert only one Connection is constructed when calculating splits in a MultiTableInputFormat
Adds a test suite that has one test in it. Does a bunch of mocking so
getSplits can run. Has counter in mocked Connection constructor so can
count how many Connections made during call to getSplits. Verified that
assert fails if more than one Connection made.
2017-11-20 09:01:56 -08:00
..
main/java/org/apache/hadoop/hbase HBASE-19114 Split out o.a.h.h.zookeeper from hbase-server and hbase-client 2017-11-17 13:23:28 -08:00
test HBASE-19299 Assert only one Connection is constructed when calculating splits in a MultiTableInputFormat 2017-11-20 09:01:56 -08:00