Summary: | TAO mistakenly identifies a remote object as collocated | ||
---|---|---|---|
Product: | TAO | Reporter: | Tim Bomgardner <tim> |
Component: | ORB | Assignee: | DOC Center Support List (internal) <tao-support> |
Status: | NEW --- | ||
Severity: | minor | ||
Priority: | P5 | ||
Version: | 1.5 | ||
Hardware: | x86 | ||
OS: | Windows XP | ||
Attachments: | Zip containing client and two servers, VS6 project files. |
Description
Tim Bomgardner
2007-03-06 11:16:34 CST
Created attachment 674 [details]
Zip containing client and two servers, VS6 project files.
To run the testcase, unzip to a convenient location, then build with VS6. "Server" must run on one machine, "Server2" on another (no need to copy files; just share and "map network drive" the drive on the first computer to the second). Launch Server2, then Server. Server will ask for the hostname for Server2. Launch Client. Client will invoke operationA on Server, which in turn will attempt to invoke operationA on Server2. All three executables are Windows "console apps", meaning you'll get a DOS-like command window for each. If/when Server fails in its attempt to connect to Server2, you should see the results in the associated window. I have added a mpc file and can build this, the code needs some more work to go to the repository, we don't allow iostream usage in test code. When it is in the repo we have to see when we can test this I have tested this with a linux host running server 2 and windows host running server and client. This works without problems with the latest svn head version. The test itself is not really portable, would be some work to get it to a level that it can be added to the repo but we can't run this automatically because we need multiple hosts to test this. I am going to accept this issue just for the fact that the test has to be cleaned and added to the repo. lowering priority because this is working on head, we only want to integrate the regression |