2 This test demonstrates the fix for Bugzilla 4118. This test depends on
3 existing services and utilities, therefore the is no need for a makefile.
5 The test starts the naming service with persistence, multiple threads,
6 and no collocation. This makes the single instance behave as a member of
7 a federation, forcing nested resolves to be handled as though they are
10 The test uses ns_add to compose a naming context cycle by creating a new
11 context supplying the root context's IOR. Then it tries to bind to a
12 nested name that traverses the recursion. This second ns_add should run
13 to completion if all is well. It will hang if the fix for 4118 is not