3 This test is a reproducer for bug 3543. The master starts and waits until all servers
4 have registered. Then master starts pinging all the servers with 10 threads. At that
5 moment multiple threads are waiting for the same connection to a specific server. We
6 observed at that moment that in TAO_Transport::register_if_necessary the check for
7 is_registered returns false, then we get a thread switch and another thread then
8 registers the transport with the reactor, then register_handler returns 1 and this is
9 then handled as an error.