[
https://issues.apache.org/jira/browse/HADOOP-10636?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14034212#comment-14034212
]
Colin Patrick McCabe commented on HADOOP-10636:
-----------------------------------------------
In version 7, need to fix the same problem in this function:
{code}
+void hrpc_call_deliver_err_test_cb(struct hrpc_response *resp,
+ struct hadoop_err *err, void *cb_data)
+{
+ uv_sem_t *sem = cb_data;
+
EXPECT_STR_EQ("org.apache.hadoop.native.HadoopCore.InvalidRequestException: "
+ "test hadoop_lerr_alloc", hadoop_err_msg(err));
+ EXPECT_NULL(resp);
{code}
+1 once that's addressed
> Native Hadoop Client:add unit test case for call&client_id
> ----------------------------------------------------------
>
> Key: HADOOP-10636
> URL: https://issues.apache.org/jira/browse/HADOOP-10636
> Project: Hadoop Common
> Issue Type: Sub-task
> Affects Versions: HADOOP-10388
> Reporter: Wenwu Peng
> Assignee: Wenwu Peng
> Attachments: HADOOP-10636-pnative.001.patch,
> HADOOP-10636-pnative.002.patch, HADOOP-10636-pnative.003.patch,
> HADOOP-10636-pnative.004.patch, HADOOP-10636-pnative.005.patch,
> HADOOP-10636-pnative.006.patch, HADOOP-10636-pnative.007.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)