Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Oneway_Buffering / README
blob3240e312e1548a919ea2a670bdac571fb4ce1a72
1 /**
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:
20 $ ./run_test.pl
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
27 $ ./run_timeout.pl
28 $ ./run_message_bytes.pl
30 each script returns 0 if the test was successful.