3 This test represents a special case where a middle-tier server is waiting for
4 a connect to complete and has to deal with an upcall request.
6 While the MT_NOUPCALL wait strategy was working for reply waits, it was not
7 being honored during connect waits. This test shows that connect waits will
8 now also defer incoming requests. To do so, an invalid IP address must be used
9 for the "upper" server address, since anything routable will either connect or
10 fail too quickly for the test case to be observed.
12 Run the test by starting the server:
14 ./server -ORBSvcConf mt_noupcall.conf
20 Run the server without the -ORBSvcConf argument to observe the failure.