()
| 201 | // } |
| 202 | |
| 203 | @Test |
| 204 | public void getRegionCachedBeyondStopKey() throws Exception { |
| 205 | final RegionInfo keyed_region = new RegionInfo(TABLE, region.name(), |
| 206 | "aaa".getBytes(CHARSET)); |
| 207 | regions_cache.put(region.name(), keyed_region); |
| 208 | assertNull(Whitebox.invokeMethod(client, "getRegion", TABLE, KEY)); |
| 209 | } |
| 210 | |
| 211 | @Test |
| 212 | public void getRegionCachedAfterStopKey() throws Exception { |