Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
It reports two hangs for TestAsyncTableGetMultiThreaded, but I checked the surefire output
This one was likely to be killed in the middle of the run within 20 seconds.
This one was also killed within about 1 minutes.
The test is declared as LargeTests so the time limit should be 10 minutes. It seems that the jvm may crash during the mvn test run and then we will kill all the running tests and then we may mark some of them as hang which leads to the false positive.
Attachments
Attachments
Issue Links
- relates to
-
HBASE-19862 Fix TestTokenAuthentication - fake RegionCoprocessorEnvironment is not of type HasRegionServerServices
- Resolved
-
HBASE-19866 TestRegionServerReportForDuty doesn't timeout
- Resolved
-
HBASE-19867 Split TestStochasticLoadBalancer into several small tests
- Resolved
-
HBASE-19873 Add a CategoryBasedTimeout ClassRule for all UTs
- Resolved