summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/NotifyService
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2014-11-05 00:04:55 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2014-11-05 00:04:55 +0000
commitefff44c7f6de73e1b67c55bde77d580d935dd2f1 (patch)
treea1f429dbfdb7bd32740a804bbe98b14f29b68d91 /TAO/orbsvcs/tests/ImplRepo/NotifyService
parent91dce0df964de08507492785a291e47821b94aa7 (diff)
downloadATCD-efff44c7f6de73e1b67c55bde77d580d935dd2f1.tar.gz
Tue Nov 4 23:58:48 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>
* orbsvcs/tests/ImplRepo/NotifyService/run_test.pl: Turns out the svc.conf triggers a thread and in some cases that resulted in a pure virtual call on shutdown. The PVC is related to type code operations on NotifyExt::ThreadPoolParams. * orbsvcs/tests/ImplRepo/NotifyService/ntfy.conf: Removed this file.
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/NotifyService')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/NotifyService/ntfy.conf3
-rwxr-xr-xTAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl2
2 files changed, 1 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/NotifyService/ntfy.conf b/TAO/orbsvcs/tests/ImplRepo/NotifyService/ntfy.conf
deleted file mode 100644
index 8d973e09c33..00000000000
--- a/TAO/orbsvcs/tests/ImplRepo/NotifyService/ntfy.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-## $Id$
-
-static Notify_Default_Event_Manager_Objects_Factory "-DispatchingThreads 1"
diff --git a/TAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl b/TAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl
index e13243361bc..b324cd59b58 100755
--- a/TAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl
+++ b/TAO/orbsvcs/tests/ImplRepo/NotifyService/run_test.pl
@@ -122,7 +122,7 @@ print "-------> Register service\n";
$TI->Arguments("-ORBInitRef ImplRepoService=file://$ti_imriorfile"
. " add CosNotify:1 -c \""
- . "$ns_cmd -boot -NoNameSvc -Factory CosNotify:1/NotifyService -ORBServerId CosNotify -ORBInitRef ImplRepoService=file://$imr_imriorfile -ORBUseIMR 1 -ORBSvcConf ntfy.conf"
+ . "$ns_cmd -boot -NoNameSvc -Factory CosNotify:1/NotifyService -ORBServerId CosNotify -ORBInitRef ImplRepoService=file://$imr_imriorfile -ORBUseIMR 1"
. "\"");
$TI_status = $TI->SpawnWaitKill ($ti->ProcessStartWaitInterval()+45);