3 @page Oneway_Buffering Test README File
5 A regression test for oneway buffering. The test verifies
6 that the TAO::BufferingConstraint policies are respected by the
7 ORB. Three separate tests are possible:
9 - TAO::BUFFER_MESSAGE_COUNT: The buffer should not be flushed until
10 enough messages are in the queue.
12 - TAO::BUFFER_TIMEOUT: The buffer should not be flushed unless the
13 specified interval has expired.
15 - TAO::BUFFER_MESSAGE_BYTES: The buffer should not be flushed until
16 enough bytes are in the queue.
18 To run the test use run_test.pl script:
22 The nightly regression builds impose severe constraints on the
23 maximum time allowed for a single test. Three separate scripts are
24 used to stay within those bounds:
26 $ ./run_message_count.pl
28 $ ./run_message_bytes.pl
30 each script returns 0 if the test was successful.