Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Bug_2494_Regression / README
bloba7282cff716b014b3e279ffc20d5a3aeece336a2
3 Description:
5         This test a modification of MT_Server.  In this case the client is also
6 multi-threaded.  The client sends very large strings to the server, which it
7 echoes back, for the sake of keeping the server busy doing I/O.  When the
8 client is abruptly killed, the server should close the connection and continue
9 running.
11 Expected output:
12         The server prints out the IOR of the object it serves and the
13 results of server shutdown (aborted or shutdown cleanly).
15         Regression:
16 Activated as
17 <IOR:012a2a2a1600000049444c3a53696d706c655f5365727665723a312e30002a2a0100000000000000740000000101022a130000006f6369313332392e6f63697765622e636f6d002a19842a2a1b00000014010f0052535420c93244520b04000000000001000000010000002a020000000000000008000000012a2a2a004f41540100000018000000012a2a2a0100010001000000010001050901010000000000>
18 ***Client has been killed***
19 ACE_ASSERT (32395|3067820976): file Transport.cpp, line 172 assertion
20 failed for 'this->head_ == 0'.Aborting...
21 ERROR: cannot find file
22 </tao_builds/mitza/1.4a/ACE_wrappers/TAO/tests/Bug_2494_Regression/server_terminated>
23 -- server has not shut down cleanly.
24 (perl script returns 1)
26         Correct run:
27 Activated as
28 <IOR:012a2a2a1600000049444c3a53696d706c655f5365727665723a312e30002a2a0100000000000000740000000101022a130000006f6369313332392e6f63697765622e636f6d002a34842a2a1b00000014010f0052535488d03244438d04000000000001000000010000002a020000000000000008000000012a2a2a004f41540100000018000000012a2a2a0100010001000000010001050901010000000000>
29 ***Client has been killed***
30 event loop finished
31 (perl script returns 0)
33 How to run:
34         Use the run_test.pl script to run it.