------------------------------------------------------------------------------- Test set: org.apache.hadoop.hbase.client.TestAsyncProcess ------------------------------------------------------------------------------- Tests run: 40, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 59.785 s <<< FAILURE! - in org.apache.hadoop.hbase.client.TestAsyncProcess testRetryWithExceptionClearsMetaCache(org.apache.hadoop.hbase.client.TestAsyncProcess) Time elapsed: 0.247 s <<< FAILURE! org.mockito.exceptions.verification.WantedButNotInvoked: Wanted but not invoked: clusterConnection.clearCaches(s1,1,1); -> at org.apache.hadoop.hbase.client.TestAsyncProcess.testRetryWithExceptionClearsMetaCache(TestAsyncProcess.java:1830) However, there were exactly 10 interactions with this mock: clusterConnection.getConfiguration(); -> at org.apache.hadoop.hbase.client.TestAsyncProcess.testRetryWithExceptionClearsMetaCache(TestAsyncProcess.java:1803) clusterConnection.isClosed(); -> at org.apache.hadoop.hbase.client.BufferedMutatorImpl.(BufferedMutatorImpl.java:99) clusterConnection.getConfiguration(); -> at org.apache.hadoop.hbase.client.BufferedMutatorImpl.(BufferedMutatorImpl.java:103) clusterConnection.locateRegion( DUMMY_TABLE, [0x44, 0x55, 0x4D, 0x4D, 0x59, 0x5F, 0x42, 0x59, 0x54, 0x45, 0x53, 0x5F, 0x31], true, true ); -> at org.apache.hadoop.hbase.client.TestAsyncProcess.testRetryWithExceptionClearsMetaCache(TestAsyncProcess.java:1814) clusterConnection.getNonceGenerator(); -> at org.apache.hadoop.hbase.client.AsyncProcess.submit(AsyncProcess.java:249) clusterConnection.locateRegion( DUMMY_TABLE, [0x44, 0x55, 0x4D, 0x4D, 0x59, 0x5F, 0x42, 0x59, 0x54, 0x45, 0x53, 0x5F, 0x31], true, true, 0 ); -> at org.apache.hadoop.hbase.client.AsyncProcess.submit(AsyncProcess.java:273) clusterConnection.getStatisticsTracker(); -> at org.apache.hadoop.hbase.client.AsyncRequestFutureImpl.getNewMultiActionRunnable(AsyncRequestFutureImpl.java:576) clusterConnection.getConnectionMetrics(); -> at org.apache.hadoop.hbase.client.AsyncRequestFutureImpl.getNewMultiActionRunnable(AsyncRequestFutureImpl.java:577) clusterConnection.hasCellBlockSupport(); -> at org.apache.hadoop.hbase.client.MultiServerCallable.isCellBlock(MultiServerCallable.java:145) clusterConnection.updateCachedLocations( DUMMY_TABLE, [0x44, 0x55, 0x4D, 0x4D, 0x59, 0x5F, 0x54, 0x41, 0x42, 0x4C, 0x45, 0x2C, 0x44, 0x55, 0x4D, 0x4D, 0x59, 0x5F, 0x42, 0x59, 0x54, 0x45, 0x53, 0x5F, 0x31, 0x2C, 0x31, 0x2E, 0x33, 0x66, 0x64, 0x31, 0x32, 0x65, 0x61, 0x38, 0x30, 0x62, 0x34, 0x64, 0x66, 0x36, 0x32, 0x31, 0x66, 0x62, 0x31, 0x35, 0x34, 0x39, 0x37, 0x62, 0x61, 0x37, 0x35, 0x66, 0x37, 0x33, 0x36, 0x38, 0x2E], [0x44, 0x55, 0x4D, 0x4D, 0x59, 0x5F, 0x42, 0x59, 0x54, 0x45, 0x53, 0x5F, 0x31], null, s1,1,1 ); -> at org.apache.hadoop.hbase.client.AsyncRequestFutureImpl.updateCachedLocations(AsyncRequestFutureImpl.java:899) at org.apache.hadoop.hbase.client.TestAsyncProcess.testRetryWithExceptionClearsMetaCache(TestAsyncProcess.java:1830) testFail(org.apache.hadoop.hbase.client.TestAsyncProcess) Time elapsed: 1.056 s <<< FAILURE! java.lang.AssertionError: expected:<4> but was:<1> at org.apache.hadoop.hbase.client.TestAsyncProcess.testFail(TestAsyncProcess.java:815) testErrorsServers(org.apache.hadoop.hbase.client.TestAsyncProcess) Time elapsed: 0.054 s <<< FAILURE! java.lang.AssertionError at org.apache.hadoop.hbase.client.TestAsyncProcess.testErrorsServers(TestAsyncProcess.java:1308) testCallQueueTooLarge(org.apache.hadoop.hbase.client.TestAsyncProcess) Time elapsed: 0.061 s <<< FAILURE! java.lang.AssertionError: expected:<4> but was:<1> at org.apache.hadoop.hbase.client.TestAsyncProcess.testCallQueueTooLarge(TestAsyncProcess.java:1406) testErrors(org.apache.hadoop.hbase.client.TestAsyncProcess) Time elapsed: 0.069 s <<< FAILURE! java.lang.AssertionError: expected:<4> but was:<1> at org.apache.hadoop.hbase.client.TestAsyncProcess.testErrors(TestAsyncProcess.java:1383) testFailAndSuccess(org.apache.hadoop.hbase.client.TestAsyncProcess) Time elapsed: 1.063 s <<< FAILURE! java.lang.AssertionError: expected:<4> but was:<1> at org.apache.hadoop.hbase.client.TestAsyncProcess.testFailAndSuccess(TestAsyncProcess.java:891)