Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / FaultTolerance / GroupRef_Manipulation / README
blob9a165c85d2459e70ca6c1240b8ca129a2330d927
1 /**
5 @page GroupRef_Manipulation Test README File
7       This is a simple test which tests the following
9 - If a client receives a location forwarding with a new IOGR  version,
10   the next request from the client should have the new version in the
11   FT_GROUP_VERSION context of the GIOP header
13 - that location forwarding to a FTORB actually works.
15 The test creates two IOR's and sets both of them as primaries. The
16 first IOR is passed to the client for making invocations. After a
17 certain number of invocations from the client, the server request
18 interceptor throw ForwardRequest exception with a reference to the
19 second IOR which also has new IOGR revision information. The
20 server side interceptor checks whether the subsequent calls have the
21 new version information.