Details
Description
The following tests fail for TestFromClientSide:
testPoolBehavior() testClientPoolRoundRobin() testClientPoolThreadLocal()
The first test fails due to the fact that the test (wrongly) assumes that ThredPoolExecutor can reclaim the thread immediately.
The second and third tests seem to fail because that Put's to the table does not specify an explicit timestamp, but on windows, consecutive calls to put happen to finish in the same milisecond so that the resulting mutations have the same timestamp, thus there is only one version of the cell value.
Attachments
Attachments
Issue Links
- is part of
-
HBASE-6817 [WINDOWS] Get HBase tests working under Windows
- Closed
- is related to
-
HBASE-6832 [WINDOWS] Tests should use explicit timestamp for Puts, and not rely on implicit RS timing
- Closed