Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / DII_Collocation_Tests / oneway / README
blobfbcca92486c0282ba7e9662fd1d6d5d7b0d3685b
3 Description:
4 This test is used to test the bug fix on collocated dii oneway request
5 invocation via send_oneway() crash on get_in_arg() when the request has multiple
6 "IN" parameters.
8 The test.idl defines oneway operations with all sorts SArgument to test the
9 conversion of the DII parameters in NVList to the list of arguments.
10 It also defines the operations with multiple "IN" arguments to test the
11 bug fix.
13 This test is a modification of the Collocation_Tests. The big difference is
14 this test invokes the oneway operations using DII while the Collocation_Tests
15 invoke a simple twoway operations.
17 Usage:
18 =====
20 The run_test.pl runs several test cases listed below. The test result will be printed
21 after the test completes. To debug the test failure, the operation "-d" can be passed
22 to have verbose log.
25 ======== Running in Default Mode
27 Collocated_Test -o test.ior -k file://test.ior
30 ======== Running with per-orb
32 Collocated_Test -o test.ior -k file://test.ior -ORBCollocation per-orb
35 ======== Running with no collocation
37 Collocated_Test -o test.ior -k file://test.ior -ORBCollocation no
40 ======== Running in default mode and two ORBS
42 Collocated_Test -o test.ior -k file://test.ior -n
45 ======== Running in per-orb mode and two ORBS
47 Collocated_Test -o test.ior -k file://test.ior -n -ORBCollocation per-orb
50 ======== Running in no collocation mode and two ORBS
52 Collocated_Test -o test.ior -k file://test.ior -n -ORBCollocation per-orb