~ubuntu-branches/ubuntu/breezy/ace/breezy

« back to all changes in this revision

Viewing changes to TAO/orbsvcs/tests/Notify/MT_Dispatching/README

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad, Benjamin Montgomery, Adam Conrad
  • Date: 2005-09-18 22:51:38 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge) (0.1.2 woody)
  • Revision ID: james.westby@ubuntu.com-20050918225138-seav22q6fyylb536
Tags: 5.4.7-3ubuntu1
[ Benjamin Montgomery ]
* Added a patch for amd64 and powerpc that disables the compiler
  option -fvisibility-inlines-hidden

[ Adam Conrad ]
* Added DPATCH_OPTION_CPP=1 to debian/patches/00options to make
  Benjamin's above changes work correctly with dpatch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Notification MT Dispatching Test
2
 
================================
3
 
 
4
 
Description
5
 
-----------
6
 
This test exercises multi-threaded aspects of the Notification service.
7
 
Dispatching, consumer filter evaluation and supplier filter evaluation.  It
8
 
also runs the notifcation service in single-threaded mode.
9
 
 
10
 
Usage
11
 
-----
12
 
 
13
 
The test consists of a Structured_Supplier and Structured_Consumer.  The
14
 
usage for each as is follows:
15
 
 
16
 
$ Structured_Supplier -\?
17
 
usage:  Structured_Supplier -o <iorfile> -e <# of events> -f
18
 
 
19
 
$ Structured_Consumer -\?
20
 
usage:  Structured_Consumer -k <ior> -c <# of consumers> -e <expected events>
21
 
                            -f
22
 
 
23
 
To run this test, just run the run_test.pl perl script.  It will run both
24
 
structured and sequence tests with each of the implemented discard policies.
25
 
 
26
 
 
27
 
Expected Results
28
 
----------------
29
 
********* Running multi-threaded dispatching test *******
30
 
 
31
 
********* Running multi-threaded consumer filter evaluation *******
32
 
 
33
 
********* Running multi-threaded supplier filter evaluation *******
34
 
 
35
 
********* Running single-threaded notification service *******
36
 
 
37
 
 
38
 
If an error is encountered, the perl script will exit with an error status.