Bug 4155

Summary: TAO/tests/Bug_3598a_Regression fails on all windows builds
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 2.2.4   
Hardware: All   
OS: Linux   
Bug Depends on: 3598    
Bug Blocks:    

Description Johnny Willemsen 2014-02-21 05:13:11 CST
The TAO/tests/Bug_3598a_Regression test seems to fail in all windows builds, runs without problems on linux
Comment 1 Johnny Willemsen 2014-02-21 05:13:24 CST
added depends
Comment 2 Johnny Willemsen 2014-02-23 13:07:24 CST
Sun Feb 23 19:05:17 UTC 2014  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/Strategies/OC_Endpoint_Selector_Loader.cpp:
        * tao/Strategies/advanced_resource.h:
          Layout changes

        * tests/Bug_3598a_Regression/ClientRequest_Interceptor.cpp:
        * tests/Bug_3598a_Regression/client.cpp:
        * tests/Bug_3598a_Regression/run_test.pl:
        * tests/Bug_3598a_Regression/server.cpp:
          Test always fails on windows, the error is from
          the server that doesn't link the strategies library, but
          does read in the svc.conf file. Reimplemented part of the client
          to cleanly shutdown the ORB so that we don't get valgrind
          reported leads
Comment 3 Johnny Willemsen 2014-02-24 02:35:02 CST
fixed