()
| 69 | private int default_timeout; |
| 70 | |
| 71 | @Before |
| 72 | public void beforeLocal() throws Exception { |
| 73 | timer.stop(); |
| 74 | when(regionclient.getHBaseClient()).thenReturn(client); |
| 75 | Whitebox.setInternalState(client, "rpc_timeout", 60000); |
| 76 | default_timeout = 60000; |
| 77 | } |
| 78 | |
| 79 | @Test |
| 80 | public void enqueueTimeout() throws Exception { |
nothing calls this directly
no test coverage detected