Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / Notify / Persistent_POA / README
blob1f0bb0b573b01aac40fca1cda065d8b8332f1208
3 Notification Persistent POA Test
4 ================================
6 Description
7 -----------
9 This test exercises the persistent POA used to create the
10 NotifyEventChannelFactory.  It uses the Blocking test consumer and a
11 modified version of the Blocking test supplier to do so.
13 The first notify service is started, the supplier creates an event channel,
14 the first notify service is killed and a new one is started on the same
15 host/port combination.  The supplier then creates a new event channel (using
16 the IOR of the old notify service) and the consumer is started.
18 Usage
19 -----
21 To run this test, just run the run_test.pl perl script.  It will run both
22 structured and sequence tests with each of the implemented discard policies.
25 Expected Results
26 ----------------
27 If there is any message with the word ERROR in it, then the test has failed.
28 Otherwise, the test was ok.