summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Bug_2415_Regression/README
blob: 5270ee0360695acbfddf6ea47d60d141d7cd26bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
$Id$

Sequence Event ETCL Filter Test
===============================

Description
-----------

This test checks push supplier and push consumer ETCL event filter mechanisms.
The supplier sends a number of events specified by the consumer. The consumer
can filter or not filter the events and can use multiple consumers.
The consumer may specify 'and' and/or 'or' relations on the filterable data
contained within an event.


Usage
-----

The test consists of a Supplier and Consumer. The usage for each as is
follows:

$ ./Sequence_Supplier
usage:  ./Sequence_Supplier -o <iorfile> -e <# of events>

$ ./Sequence_Consumer -\?
usage:  ./Sequence_Consumer -k <ior> -l <low expected events>
                            -h <high expected events>

To run this test, run the run_test.pl perl script.
This script is designed to test various aspects of the filtering
mechanism.


Expected Results
----------------
The test script will display an error if for any test that fails.
Otherwise, the test passed.