[
https://issues.apache.org/jira/browse/HBASE-15893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15566855#comment-15566855
]
Enis Soztutar commented on HBASE-15893:
---------------------------------------
[~sudeeps] the new tests are failing with the patch:
{code}
TESTING ALL TESTS
PASS <100ms 2 Passed 0 Skipped 0 Failed
//connection:connection-pool-test
PASS <100ms 3 Passed 0 Skipped 0 Failed
//serde:client-deserializer-test
PASS <100ms 4 Passed 0 Skipped 0 Failed //serde:client-serializer-test
PASS <100ms 1 Passed 0 Skipped 0 Failed
//serde:region-info-deserializer-test
PASS <100ms 4 Passed 0 Skipped 0 Failed //serde:server-name-test
PASS <100ms 3 Passed 0 Skipped 0 Failed //serde:table-name-test
PASS <100ms 3 Passed 0 Skipped 0 Failed //serde:zk-deserializer-test
PASS <100ms 1 Passed 0 Skipped 0 Failed //utils:user-util-test
PASS <100ms 7 Passed 0 Skipped 0 Failed //core:cell-test
PASS <100ms 2 Passed 0 Skipped 0 Failed //core:get-test
PASS 50.0s 2 Passed 0 Skipped 0 Failed //core:location-cache-test
FAIL <100ms 1 Passed 0 Skipped 3 Failed //core:time_range-test
FAILURE TimeRangeTest NegativeMinTime: unknown file
C++ exception with description "Timestamp cannot be negative. min_timestamp:
-100, max_timestamp:2000" thrown in the test body.
====STANDARD OUT====
unknown file: Failure
C++ exception with description "Timestamp cannot be negative. min_timestamp:
-100, max_timestamp:2000" thrown in the test body.
====STANDARD ERR====
FAILURE TimeRangeTest NegativeMaxTime: unknown file
C++ exception with description "Timestamp cannot be negative. min_timestamp:
100, max_timestamp:-2000" thrown in the test body.
====STANDARD OUT====
unknown file: Failure
C++ exception with description "Timestamp cannot be negative. min_timestamp:
100, max_timestamp:-2000" thrown in the test body.
====STANDARD ERR====
FAILURE TimeRangeTest MinTimeGreater: unknown file
C++ exception with description "max_timestamp [2000] should be greater than
min_timestamp [10000]" thrown in the test body.
====STANDARD OUT====
unknown file: Failure
C++ exception with description "max_timestamp [2000] should be greater than
min_timestamp [10000]" thrown in the test body.
{code}
Can you please take a look.
> Get object
> ----------
>
> Key: HBASE-15893
> URL: https://issues.apache.org/jira/browse/HBASE-15893
> Project: HBase
> Issue Type: Sub-task
> Reporter: Sudeep Sunthankar
> Assignee: Sudeep Sunthankar
> Attachments: HBASE-15893.HBASE-14850.v1.patch,
> HBASE-15893.HBASE-14850.v2.patch, HBASE-15893.HBASE-14850.v3.patch,
> HBASE-15893.HBASE-14850.v4.patch
>
>
> Patch for creating Get objects. Get objects can be passed to the Table
> implementation to fetch results for a given row.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)