3 This test provides regression coverage for bug tao397.
5 The server installs a server request interceptor and persistent servant and writes out a vanilla IOR and an IOGR for itself.
6 The client installs client side FT support and invokes the method "has_ft_request_service_context" on the IOR and then the IOGR.
7 The server request interceptor indicates back to the client via the return value of the method if a FT request service context was transmitted.
8 The client expects a context to have been sent *iff* the request was made on the IOGR.
12 [sm@beatrice tao397_regression]$ ./run_test.pl
13 ERROR - REGRESSION - Request made on a plain IOR has a FT_REQUEST service context.
14 Request made on an IOGR has a FT_REQUEST service context. This is OK.
15 (9595|3074492096) server - event loop finished
16 Error: REGRESSION identified!!!
17 ERROR: client returned 1
21 [sm@beatrice tao397_regression]$ ./run_test.pl
22 Request made on a plain IOR has no FT_REQUEST service context. This is OK.
23 Request made on an IOGR has a FT_REQUEST service context. This is OK.
24 (9496|3074320064) server - event loop finished