----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39763/#review104474 -----------------------------------------------------------
gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/PRClientServerRegionFunctionExecutionSingleHopDUnitTest.java (line 257) <https://reviews.apache.org/r/39763/#comment162729> Why are these exceptions expected? The only exception I see this test throwing is: throw new FunctionInvocationTargetException( "I have been thrown from TestFunction"); So why would we see IOException and SocketException? - Darrel Schneider On Oct. 29, 2015, 11:02 a.m., xiaojian zhou wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/39763/ > ----------------------------------------------------------- > > (Updated Oct. 29, 2015, 11:02 a.m.) > > > Review request for geode and Dan Smith. > > > Bugs: GEODE-513 > https://issues.apache.org/jira/browse/GEODE-513 > > > Repository: geode > > > Description > ------- > > The test is to trigger some exceptions. So for these exception should add > expected exception to resolve the suspect strings. > > > Diffs > ----- > > > gemfire-core/src/test/java/com/gemstone/gemfire/internal/cache/execute/PRClientServerRegionFunctionExecutionSingleHopDUnitTest.java > c0b0d3c > > Diff: https://reviews.apache.org/r/39763/diff/ > > > Testing > ------- > > the dunit test case > > > Thanks, > > xiaojian zhou > >
