()
| 222 | } |
| 223 | |
| 224 | @Test |
| 225 | public void getRegionCachedSameStopKey() throws Exception { |
| 226 | final RegionInfo keyed_region = new RegionInfo(TABLE, region.name(), KEY); |
| 227 | regions_cache.put(region.name(), keyed_region); |
| 228 | assertNull(Whitebox.invokeMethod(client, "getRegion", TABLE, KEY)); |
| 229 | } |
| 230 | |
| 231 | @Test |
| 232 | public void createRegionSearchKey() throws Exception { |