[ 
https://issues.apache.org/jira/browse/GEODE-8580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17209810#comment-17209810
 ] 

ASF subversion and git services commented on GEODE-8580:
--------------------------------------------------------

Commit e03085d14f71aa4a44dfc78dd71f2e01280ec922 in geode-native's branch 
refs/heads/develop from Michael Martell
[ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=e03085d ]

GEODE-8580: Don't throw pointers in GfshExecute (#670)



> Improper use of throw in new C++ test framework
> -----------------------------------------------
>
>                 Key: GEODE-8580
>                 URL: https://issues.apache.org/jira/browse/GEODE-8580
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Michael Martell
>            Assignee: Michael Martell
>            Priority: Major
>              Labels: pull-request-available
>
> The new C++ test framework (cppcache/integration/framework) throws pointers 
> to exceptions. This is never a good idea. 
> [https://stackoverflow.com/questions/10948316/throw-new-stdexception-vs-throw-stdexception]
> Although you can catch pointers, it's not recommended practice.
> Note: The particular error I ran into was in GfshExecute::execute, where
>      throw new GfshExecuteException("gfsh error", exit_code);
> was being used. This requires gtest to use: 
>      EXPECT_THROW(gfsh.query(query_stmt).execute(), GfshExecuteException*);



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to