summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_sender.pl
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-02-04 10:43:06 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-02-04 10:43:06 +0000
commitc2cbf7921d525f4bc438f813fc7b9af29705d53e (patch)
tree562fc036776471a5b084ba4fb0f3407dcae212cc /CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_sender.pl
parentcfd99494acf5d3ad7ba29cb5bb5c6fbbb52ce978 (diff)
downloadATCD-c2cbf7921d525f4bc438f813fc7b9af29705d53e.tar.gz
Thu Feb 4 10:38:43 UTC 2010 Martin Corino <mcorino@remedy.nl>
* tests/Bug_2130_Regression/descriptors/run_test.pl: * tests/Bug_3769_Regression/descriptors/run_test.pl: * tests/IDL_Test/Double_Inherited_Component/run_test.pl: * DAnCE/tests/CIAO/ExecutionManager-Deployments/run_test.pl: * DAnCE/tests/CIAO/NodeManager-Deployments/run_test.pl: * DAnCE/tests/CIAO/CommandlinePassage/run_test.pl: * connectors/dds4ccm/performance-tests/Keyed/descriptors/run_test.pl: * connectors/dds4ccm/tests/InstanceHandle/descriptors/run_test.pl: * connectors/dds4ccm/tests/SLManyByMany/descriptors/run_test.pl: * connectors/dds4ccm/tests/PSLDeadline/descriptors/run_test.pl: * connectors/dds4ccm/tests/KeyedSamples/descriptors/run_test.pl: * connectors/dds4ccm/tests/CSLSampleRejected/descriptors/run_test.pl: * connectors/dds4ccm/tests/UnkeyedSamples/descriptors/run_test.pl: * connectors/dds4ccm/tests/ListenNotEnabled/descriptors/run_test.pl: * connectors/dds4ccm/tests/Getter/descriptors/run_test.pl: * connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/descriptors/run_test.pl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/run_test.pl: * connectors/dds4ccm/tests/ListenOneByOne/descriptors/run_test.pl: * connectors/dds4ccm/tests/CSLUnexpStat/descriptors/run_test.pl: * connectors/dds4ccm/tests/KeyedWriter/descriptors/run_test.pl: * connectors/dds4ccm/tests/State_Connection_Test/descriptors/run_test.pl: * connectors/dds4ccm/tests/Event_Connection_Test/descriptors/run_test.pl: * connectors/dds4ccm/tests/UnkeyedWriter/descriptors/run_test.pl: * connectors/dds4ccm/tests/PSLSampleLost/descriptors/run_test.pl: * connectors/dds4ccm/tests/Reader/descriptors/run_test.pl: * connectors/dds4ccm/tests/ListenManyByMany/descriptors/run_test.pl: * connectors/dds4ccm/tests/CSLQoS/descriptors/run_test.pl: * connectors/dds4ccm/tests/Updater/descriptors/run_test.pl: * connectors/dds4ccm/tests/DDSWriterEntity/descriptors/run_test.pl: * connectors/dds4ccm/tests/SLDisabled/descriptors/run_test.pl: * connectors/dds4ccm/tests/CSLDeadline/descriptors/run_test.pl: * connectors/dds4ccm/tests/NonChangeableAttribute/descriptors/run_test.pl: * connectors/dds4ccm/tests/On_Inconsistent_Topic/descriptors/run_test.pl: * connectors/dds4ccm/tests/VariousTopicsState/descriptors/run_test.pl: * connectors/dds4ccm/tests/QueryFilter/descriptors/run_test.pl: * connectors/dds4ccm/tests/VariousTopicsEvent/descriptors/run_test.pl: * connectors/dds4ccm/tests/SLOneByOne/descriptors/run_test.pl: * connectors/dds4ccm/tests/SetConnectorAttributes/descriptors/run_test.pl: * connectors/dds4ccm/examples/Quoter/descriptors/run_test.pl: * connectors/dds4ccm/examples/Hello/descriptors/run_1_to_5.pl: * connectors/dds4ccm/examples/Hello/descriptors/run_5_to_1.pl: * connectors/dds4ccm/examples/Hello/descriptors/run_5_to_5.pl: * connectors/dds4ccm/examples/Hello/descriptors/run_receiver.pl: * connectors/dds4ccm/examples/Hello/descriptors/run_test.pl: * connectors/dds4ccm/examples/Hello/descriptors/run_sender.pl: * connectors/dds4ccm/examples/Shapes/descriptors/run_test.pl: * connectors/ami4ccm/examples/Hello/descriptors/run_test.pl: * examples/Hello/descriptors/run_test_without_ns.pl: * examples/Hello/descriptors/run_test_alias.pl: * examples/Hello/descriptors/run_test.pl: * examples/BasicSP/descriptors/run_test.pl: * examples/DevGuideExamples/Messenger/StaticDAnCE/run_test.pl: * examples/DevGuideExamples/Messenger/descriptors/run_test.pl: * examples/Null_Component/descriptors/run_test.pl: Added cleanup code to kill off remaining ciao_componentserver processes (in case of certain test failures) since these otherwise tend to choke test machines.
Diffstat (limited to 'CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_sender.pl')
-rwxr-xr-xCIAO/connectors/dds4ccm/examples/Hello/descriptors/run_sender.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_sender.pl b/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_sender.pl
index 9f1ebd63536..81b95a4410f 100755
--- a/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_sender.pl
+++ b/CIAO/connectors/dds4ccm/examples/Hello/descriptors/run_sender.pl
@@ -100,6 +100,8 @@ sub kill_open_processes {
if ($ns_running == 1) {
$NS->Kill (); $NS->TimedWait (1);
}
+ # in case shutdown did not perform as expected
+ $tg_executor->KillAll ('ciao_componentserver');
}
sub run_node_daemons {