diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-10-27 09:37:20 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-10-27 09:37:20 -0230 |
commit | 9221fdac67f6a2164e2365460cc99342bb02fa59 (patch) | |
tree | dd875126da36eb8ae2479454169d73e2d53649f1 /cpp | |
parent | Merge branch '4332' (diff) | |
download | ice-9221fdac67f6a2164e2365460cc99342bb02fa59.tar.bz2 ice-9221fdac67f6a2164e2365460cc99342bb02fa59.tar.xz ice-9221fdac67f6a2164e2365460cc99342bb02fa59.zip |
http://bugzilla/bugzilla/show_bug.cgi?id=4333
- Fix bug with the WatchdogThread, which caused hangs if the test failed.
- Get rid of TestUtil.cleanup()
Diffstat (limited to 'cpp')
66 files changed, 0 insertions, 66 deletions
diff --git a/cpp/test/Freeze/complex/run.py b/cpp/test/Freeze/complex/run.py index 5f17077333d..fbf2f56ffd7 100755 --- a/cpp/test/Freeze/complex/run.py +++ b/cpp/test/Freeze/complex/run.py @@ -42,4 +42,3 @@ print "ok" clientProc.startReader() clientProc.waitTestSuccess() -TestUtil.cleanup() diff --git a/cpp/test/Freeze/dbmap/run.py b/cpp/test/Freeze/dbmap/run.py index 9a8947fa80b..4ae3483a5b9 100755 --- a/cpp/test/Freeze/dbmap/run.py +++ b/cpp/test/Freeze/dbmap/run.py @@ -28,4 +28,3 @@ client = os.path.join(os.getcwd(), "client") clientProc = TestUtil.startClient(client, " --Freeze.Warn.Rollback=0 %s" % os.getcwd()) clientProc.waitTestSuccess() -TestUtil.cleanup() diff --git a/cpp/test/Freeze/evictor/run.py b/cpp/test/Freeze/evictor/run.py index 373caccacaf..b895339b126 100755 --- a/cpp/test/Freeze/evictor/run.py +++ b/cpp/test/Freeze/evictor/run.py @@ -27,4 +27,3 @@ testOptions = " --Freeze.DbEnv.db.DbHome=%s --Ice.Config=%s" % (dbdir, os.path.j TestUtil.clientServerTest(additionalServerOptions= testOptions, additionalClientOptions= testOptions) -TestUtil.cleanup() diff --git a/cpp/test/FreezeScript/dbmap/run.py b/cpp/test/FreezeScript/dbmap/run.py index e1e69086096..1cbc620a9dc 100755 --- a/cpp/test/FreezeScript/dbmap/run.py +++ b/cpp/test/FreezeScript/dbmap/run.py @@ -138,4 +138,3 @@ if os.system(command) != 0: print "ok" -TestUtil.cleanup() diff --git a/cpp/test/FreezeScript/evictor/run.py b/cpp/test/FreezeScript/evictor/run.py index d37f8c62a69..2c0d5d77d9f 100755 --- a/cpp/test/FreezeScript/evictor/run.py +++ b/cpp/test/FreezeScript/evictor/run.py @@ -66,4 +66,3 @@ proc = TestUtil.spawn(command) proc.waitTestSuccess() print "ok" -TestUtil.cleanup() diff --git a/cpp/test/Glacier2/attack/run.py b/cpp/test/Glacier2/attack/run.py index 5290d5b9046..0f29d74b466 100755 --- a/cpp/test/Glacier2/attack/run.py +++ b/cpp/test/Glacier2/attack/run.py @@ -37,4 +37,3 @@ TestUtil.clientServerTest() starterProc.waitTestSuccess() -TestUtil.cleanup() diff --git a/cpp/test/Glacier2/dynamicFiltering/run.py b/cpp/test/Glacier2/dynamicFiltering/run.py index 42e3b58df51..9fd48964884 100755 --- a/cpp/test/Glacier2/dynamicFiltering/run.py +++ b/cpp/test/Glacier2/dynamicFiltering/run.py @@ -51,4 +51,3 @@ proc.waitTestSuccess() serverProc.waitTestSuccess() starterProc.waitTestSuccess() -TestUtil.cleanup() diff --git a/cpp/test/Glacier2/router/run.py b/cpp/test/Glacier2/router/run.py index b2a8ae9ba6f..0a402d20def 100755 --- a/cpp/test/Glacier2/router/run.py +++ b/cpp/test/Glacier2/router/run.py @@ -71,4 +71,3 @@ TestUtil.clientServerTest(name, additionalClientOptions = " --shutdown") starterProc.waitTestSuccess() -TestUtil.cleanup() diff --git a/cpp/test/Glacier2/sessionControl/run.py b/cpp/test/Glacier2/sessionControl/run.py index d767c06626d..1acbd18ae7f 100755 --- a/cpp/test/Glacier2/sessionControl/run.py +++ b/cpp/test/Glacier2/sessionControl/run.py @@ -55,4 +55,3 @@ clientProc.waitTestSuccess() serverProc.waitTestSuccess() starterProc.waitTestSuccess() -TestUtil.cleanup() diff --git a/cpp/test/Glacier2/ssl/run.py b/cpp/test/Glacier2/ssl/run.py index 725577afd29..75ea6ded937 100755 --- a/cpp/test/Glacier2/ssl/run.py +++ b/cpp/test/Glacier2/ssl/run.py @@ -58,4 +58,3 @@ clientProc.waitTestSuccess() serverProc.waitTestSuccess() starterProc.waitTestSuccess() -TestUtil.cleanup() diff --git a/cpp/test/Glacier2/staticFiltering/run.py b/cpp/test/Glacier2/staticFiltering/run.py index bc77d572d76..51be16b17e2 100755 --- a/cpp/test/Glacier2/staticFiltering/run.py +++ b/cpp/test/Glacier2/staticFiltering/run.py @@ -353,4 +353,3 @@ for testcase in testcases: serverProc.waitTestSuccess() starterProc.waitTestSuccess() -TestUtil.cleanup() diff --git a/cpp/test/Ice/adapterDeactivation/run.py b/cpp/test/Ice/adapterDeactivation/run.py index 979b91c2544..2be64dd0b5c 100755 --- a/cpp/test/Ice/adapterDeactivation/run.py +++ b/cpp/test/Ice/adapterDeactivation/run.py @@ -23,4 +23,3 @@ from scripts import * TestUtil.clientServerTest() TestUtil.collocatedTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/background/run.py b/cpp/test/Ice/background/run.py index 56d48e628de..801c69ddd03 100755 --- a/cpp/test/Ice/background/run.py +++ b/cpp/test/Ice/background/run.py @@ -22,4 +22,3 @@ from scripts import * TestUtil.clientServerTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/binding/run.py b/cpp/test/Ice/binding/run.py index 56d48e628de..801c69ddd03 100755 --- a/cpp/test/Ice/binding/run.py +++ b/cpp/test/Ice/binding/run.py @@ -22,4 +22,3 @@ from scripts import * TestUtil.clientServerTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/checksum/run.py b/cpp/test/Ice/checksum/run.py index d0a42ae3d24..ae9ef27f2b8 100755 --- a/cpp/test/Ice/checksum/run.py +++ b/cpp/test/Ice/checksum/run.py @@ -23,4 +23,3 @@ from scripts import * server = os.path.join(os.getcwd(), "server", "server") TestUtil.clientServerTest(server = server) -TestUtil.cleanup() diff --git a/cpp/test/Ice/custom/run.py b/cpp/test/Ice/custom/run.py index e0779dbf6d2..583856cc44f 100755 --- a/cpp/test/Ice/custom/run.py +++ b/cpp/test/Ice/custom/run.py @@ -27,4 +27,3 @@ TestUtil.clientServerTest(server = "serveramd") print "tests with collocated server." TestUtil.collocatedTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/defaultServant/run.py b/cpp/test/Ice/defaultServant/run.py index e46056e57f0..61e942c8177 100755 --- a/cpp/test/Ice/defaultServant/run.py +++ b/cpp/test/Ice/defaultServant/run.py @@ -24,4 +24,3 @@ client = os.path.join(os.getcwd(), "client") TestUtil.simpleTest(client) -TestUtil.cleanup() diff --git a/cpp/test/Ice/exceptions/run.py b/cpp/test/Ice/exceptions/run.py index e0779dbf6d2..583856cc44f 100755 --- a/cpp/test/Ice/exceptions/run.py +++ b/cpp/test/Ice/exceptions/run.py @@ -27,4 +27,3 @@ TestUtil.clientServerTest(server = "serveramd") print "tests with collocated server." TestUtil.collocatedTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/facets/run.py b/cpp/test/Ice/facets/run.py index 979b91c2544..2be64dd0b5c 100755 --- a/cpp/test/Ice/facets/run.py +++ b/cpp/test/Ice/facets/run.py @@ -23,4 +23,3 @@ from scripts import * TestUtil.clientServerTest() TestUtil.collocatedTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/faultTolerance/run.py b/cpp/test/Ice/faultTolerance/run.py index 57e86835cf5..5940db9bef1 100755 --- a/cpp/test/Ice/faultTolerance/run.py +++ b/cpp/test/Ice/faultTolerance/run.py @@ -45,4 +45,3 @@ clientProc.waitTestSuccess() for p in serverProc: p.waitTestSuccess() -TestUtil.cleanup() diff --git a/cpp/test/Ice/gc/run.py b/cpp/test/Ice/gc/run.py index c19f72b7a52..48cf7fc8ad5 100755 --- a/cpp/test/Ice/gc/run.py +++ b/cpp/test/Ice/gc/run.py @@ -28,4 +28,3 @@ TestUtil.simpleTest(client, seedfile) os.remove(seedfile) -TestUtil.cleanup() diff --git a/cpp/test/Ice/hold/run.py b/cpp/test/Ice/hold/run.py index 56d48e628de..801c69ddd03 100755 --- a/cpp/test/Ice/hold/run.py +++ b/cpp/test/Ice/hold/run.py @@ -22,4 +22,3 @@ from scripts import * TestUtil.clientServerTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/info/run.py b/cpp/test/Ice/info/run.py index 56d48e628de..801c69ddd03 100755 --- a/cpp/test/Ice/info/run.py +++ b/cpp/test/Ice/info/run.py @@ -22,4 +22,3 @@ from scripts import * TestUtil.clientServerTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/inheritance/run.py b/cpp/test/Ice/inheritance/run.py index 979b91c2544..2be64dd0b5c 100755 --- a/cpp/test/Ice/inheritance/run.py +++ b/cpp/test/Ice/inheritance/run.py @@ -23,4 +23,3 @@ from scripts import * TestUtil.clientServerTest() TestUtil.collocatedTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/interceptor/run.py b/cpp/test/Ice/interceptor/run.py index 8dc7158f9da..4e58eaa7849 100755 --- a/cpp/test/Ice/interceptor/run.py +++ b/cpp/test/Ice/interceptor/run.py @@ -24,4 +24,3 @@ client = os.path.join(os.getcwd(), "client") TestUtil.simpleTest(client, " --Ice.Warn.Dispatch=0") -TestUtil.cleanup() diff --git a/cpp/test/Ice/location/run.py b/cpp/test/Ice/location/run.py index 56d48e628de..801c69ddd03 100755 --- a/cpp/test/Ice/location/run.py +++ b/cpp/test/Ice/location/run.py @@ -22,4 +22,3 @@ from scripts import * TestUtil.clientServerTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/objects/run.py b/cpp/test/Ice/objects/run.py index 979b91c2544..2be64dd0b5c 100755 --- a/cpp/test/Ice/objects/run.py +++ b/cpp/test/Ice/objects/run.py @@ -23,4 +23,3 @@ from scripts import * TestUtil.clientServerTest() TestUtil.collocatedTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/operations/run.py b/cpp/test/Ice/operations/run.py index e0779dbf6d2..583856cc44f 100755 --- a/cpp/test/Ice/operations/run.py +++ b/cpp/test/Ice/operations/run.py @@ -27,4 +27,3 @@ TestUtil.clientServerTest(server = "serveramd") print "tests with collocated server." TestUtil.collocatedTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/proxy/run.py b/cpp/test/Ice/proxy/run.py index e0779dbf6d2..583856cc44f 100755 --- a/cpp/test/Ice/proxy/run.py +++ b/cpp/test/Ice/proxy/run.py @@ -27,4 +27,3 @@ TestUtil.clientServerTest(server = "serveramd") print "tests with collocated server." TestUtil.collocatedTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/retry/run.py b/cpp/test/Ice/retry/run.py index 56d48e628de..801c69ddd03 100755 --- a/cpp/test/Ice/retry/run.py +++ b/cpp/test/Ice/retry/run.py @@ -22,4 +22,3 @@ from scripts import * TestUtil.clientServerTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/servantLocator/run.py b/cpp/test/Ice/servantLocator/run.py index e0779dbf6d2..583856cc44f 100755 --- a/cpp/test/Ice/servantLocator/run.py +++ b/cpp/test/Ice/servantLocator/run.py @@ -27,4 +27,3 @@ TestUtil.clientServerTest(server = "serveramd") print "tests with collocated server." TestUtil.collocatedTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/slicing/exceptions/run.py b/cpp/test/Ice/slicing/exceptions/run.py index eecf185132f..a5e992cd11d 100755 --- a/cpp/test/Ice/slicing/exceptions/run.py +++ b/cpp/test/Ice/slicing/exceptions/run.py @@ -25,4 +25,3 @@ TestUtil.clientServerTest() print "tests with AMD server." TestUtil.clientServerTest(server = "serveramd") -TestUtil.cleanup() diff --git a/cpp/test/Ice/slicing/objects/run.py b/cpp/test/Ice/slicing/objects/run.py index 474ffa359c9..14784af0ba6 100755 --- a/cpp/test/Ice/slicing/objects/run.py +++ b/cpp/test/Ice/slicing/objects/run.py @@ -25,4 +25,3 @@ TestUtil.clientServerTest() print "tests with AMD server." TestUtil.clientServerTest(server = "serveramd") -TestUtil.cleanup() diff --git a/cpp/test/Ice/stream/run.py b/cpp/test/Ice/stream/run.py index 93807972504..a4d9254f0e5 100755 --- a/cpp/test/Ice/stream/run.py +++ b/cpp/test/Ice/stream/run.py @@ -23,4 +23,3 @@ from scripts import * client = os.path.join(os.getcwd(), "client") TestUtil.simpleTest(client) -TestUtil.cleanup() diff --git a/cpp/test/Ice/stringConverter/run.py b/cpp/test/Ice/stringConverter/run.py index 066de70501d..2519ba44cfb 100755 --- a/cpp/test/Ice/stringConverter/run.py +++ b/cpp/test/Ice/stringConverter/run.py @@ -24,4 +24,3 @@ client = os.path.join(os.getcwd(), "client") TestUtil.simpleTest(client) -TestUtil.cleanup() diff --git a/cpp/test/Ice/threadPoolPriority/run.py b/cpp/test/Ice/threadPoolPriority/run.py index b2a6468f1e5..22810aabea0 100755 --- a/cpp/test/Ice/threadPoolPriority/run.py +++ b/cpp/test/Ice/threadPoolPriority/run.py @@ -25,4 +25,3 @@ TestUtil.clientServerTest() print "tests custom server thread pool." TestUtil.clientServerTest(server = "servercustom") -TestUtil.cleanup() diff --git a/cpp/test/Ice/timeout/run.py b/cpp/test/Ice/timeout/run.py index 56d48e628de..801c69ddd03 100755 --- a/cpp/test/Ice/timeout/run.py +++ b/cpp/test/Ice/timeout/run.py @@ -22,4 +22,3 @@ from scripts import * TestUtil.clientServerTest() -TestUtil.cleanup() diff --git a/cpp/test/Ice/udp/run.py b/cpp/test/Ice/udp/run.py index e0165ff92a1..a96c7495ccd 100755 --- a/cpp/test/Ice/udp/run.py +++ b/cpp/test/Ice/udp/run.py @@ -40,4 +40,3 @@ clientProc.waitTestSuccess() for p in serverProc: p.waitTestSuccess() -TestUtil.cleanup() diff --git a/cpp/test/IceBox/configuration/run.py b/cpp/test/IceBox/configuration/run.py index 9064dc1b134..9b8395cb7ae 100755 --- a/cpp/test/IceBox/configuration/run.py +++ b/cpp/test/IceBox/configuration/run.py @@ -28,4 +28,3 @@ config2 = os.path.join(os.getcwd(), "config.icebox2") TestUtil.clientServerTest(additionalServerOptions= "--Ice.Config=%s" % config, server = icebox) TestUtil.clientServerTest(additionalServerOptions= "--Ice.Config=%s" % config2, server = icebox) -TestUtil.cleanup() diff --git a/cpp/test/IceGrid/activation/run.py b/cpp/test/IceGrid/activation/run.py index 00134fb51e1..de13d8e8020 100755 --- a/cpp/test/IceGrid/activation/run.py +++ b/cpp/test/IceGrid/activation/run.py @@ -23,4 +23,3 @@ from scripts import * IceGridAdmin.iceGridTest("application.xml", "", " 'properties-override=%s'" % TestUtil.getCommandLine("", TestUtil.DriverConfig("colloc")).replace("--", "")) -TestUtil.cleanup() diff --git a/cpp/test/IceGrid/admin/run.py b/cpp/test/IceGrid/admin/run.py index aa7a63f38be..d051bc4f2bc 100755 --- a/cpp/test/IceGrid/admin/run.py +++ b/cpp/test/IceGrid/admin/run.py @@ -254,4 +254,3 @@ IceGridAdmin.iceGridAdmin("node shutdown localnode") IceGridAdmin.shutdownIceGridRegistry(registryProcs) nodeProc.waitTestSuccess() -TestUtil.cleanup() diff --git a/cpp/test/IceGrid/allocation/run.py b/cpp/test/IceGrid/allocation/run.py index 9f464fdcd5f..017b208125f 100755 --- a/cpp/test/IceGrid/allocation/run.py +++ b/cpp/test/IceGrid/allocation/run.py @@ -22,4 +22,3 @@ from scripts import * IceGridAdmin.iceGridTest("application.xml") -TestUtil.cleanup() diff --git a/cpp/test/IceGrid/deployer/run.py b/cpp/test/IceGrid/deployer/run.py index b62a9841b3b..3595970fa14 100755 --- a/cpp/test/IceGrid/deployer/run.py +++ b/cpp/test/IceGrid/deployer/run.py @@ -26,4 +26,3 @@ IceGridAdmin.iceGridTest("application.xml", '--TestDir="%s"' % os.getcwd(), '"ic IceGridAdmin.iceGridTest("application.xml", '-t --TestDir="%s"' % os.getcwd(), "icebox.exe=%s moreservers moreservices moreproperties" % TestUtil.getIceBox()) -TestUtil.cleanup() diff --git a/cpp/test/IceGrid/distribution/run.py b/cpp/test/IceGrid/distribution/run.py index d3b61508879..b7b0fdee619 100755 --- a/cpp/test/IceGrid/distribution/run.py +++ b/cpp/test/IceGrid/distribution/run.py @@ -66,4 +66,3 @@ IceGridAdmin.iceGridTest("application.xml") IceGridAdmin.cleanDbDir(datadir) os.rmdir(datadir) -TestUtil.cleanup() diff --git a/cpp/test/IceGrid/replicaGroup/run.py b/cpp/test/IceGrid/replicaGroup/run.py index f642d596cc2..3ef3f4a3169 100755 --- a/cpp/test/IceGrid/replicaGroup/run.py +++ b/cpp/test/IceGrid/replicaGroup/run.py @@ -23,4 +23,3 @@ from scripts import * IceGridAdmin.iceGridTest("application.xml", "--Ice.RetryIntervals=\"0 50 100 250\"", "icebox.exe=%s" % TestUtil.getIceBox()) -TestUtil.cleanup() diff --git a/cpp/test/IceGrid/replication/run.py b/cpp/test/IceGrid/replication/run.py index 12adf8c0d38..2fef9022081 100755 --- a/cpp/test/IceGrid/replication/run.py +++ b/cpp/test/IceGrid/replication/run.py @@ -36,4 +36,3 @@ else: IceGridAdmin.iceGridTest("application.xml", '--IceDir="%s" --TestDir="%s"' % (TestUtil.toplevel, os.getcwd()), variables) -TestUtil.cleanup() diff --git a/cpp/test/IceGrid/session/run.py b/cpp/test/IceGrid/session/run.py index 5f9d45d0c40..62b7513b69f 100755 --- a/cpp/test/IceGrid/session/run.py +++ b/cpp/test/IceGrid/session/run.py @@ -52,4 +52,3 @@ IceGridAdmin.iceGridTest("application.xml", verifierProc.waitTestSuccess() -TestUtil.cleanup() diff --git a/cpp/test/IceGrid/simple/run.py b/cpp/test/IceGrid/simple/run.py index ce382bc51f3..5a00b18693d 100755 --- a/cpp/test/IceGrid/simple/run.py +++ b/cpp/test/IceGrid/simple/run.py @@ -30,4 +30,3 @@ IceGridAdmin.iceGridClientServerTest("", "--TestAdapter.Endpoints=default --Test # IceGridAdmin.iceGridTest("simple_server.xml", "--with-deploy") -TestUtil.cleanup() diff --git a/cpp/test/IceGrid/update/run.py b/cpp/test/IceGrid/update/run.py index 589e5379762..3a721ebb429 100755 --- a/cpp/test/IceGrid/update/run.py +++ b/cpp/test/IceGrid/update/run.py @@ -41,4 +41,3 @@ nodeOverrideOptions = '--IceBinDir="%s" --TestDir="%s" --NodePropertiesOverride= IceGridAdmin.iceGridTest("", nodeOverrideOptions) -TestUtil.cleanup() diff --git a/cpp/test/IceSSL/configuration/run.py b/cpp/test/IceSSL/configuration/run.py index a2276ef921c..4c9cbc476a8 100755 --- a/cpp/test/IceSSL/configuration/run.py +++ b/cpp/test/IceSSL/configuration/run.py @@ -22,4 +22,3 @@ from scripts import * TestUtil.clientServerTest(additionalClientOptions = os.getcwd()) -TestUtil.cleanup() diff --git a/cpp/test/IceStorm/federation/run.py b/cpp/test/IceStorm/federation/run.py index 8183283c508..bfd0d7a83ea 100755 --- a/cpp/test/IceStorm/federation/run.py +++ b/cpp/test/IceStorm/federation/run.py @@ -86,4 +86,3 @@ runtest("transient") runtest("replicated", replicatedPublisher = False) runtest("replicated", replicatedPublisher = True) -TestUtil.cleanup() diff --git a/cpp/test/IceStorm/federation2/run.py b/cpp/test/IceStorm/federation2/run.py index 8745a37e452..43f3e11bb36 100755 --- a/cpp/test/IceStorm/federation2/run.py +++ b/cpp/test/IceStorm/federation2/run.py @@ -267,5 +267,4 @@ runtest("persistent") runtest("replicated", replicatedPublisher = False) runtest("replicated", replicatedPublisher = True) -TestUtil.cleanup() sys.exit(0) diff --git a/cpp/test/IceStorm/rep1/run.py b/cpp/test/IceStorm/rep1/run.py index ebf81e27454..101b88d70df 100755 --- a/cpp/test/IceStorm/rep1/run.py +++ b/cpp/test/IceStorm/rep1/run.py @@ -282,4 +282,3 @@ sys.stdout.flush() icestorm.stop() print "ok" -TestUtil.cleanup() diff --git a/cpp/test/IceStorm/repgrid/run.py b/cpp/test/IceStorm/repgrid/run.py index 1b0f3dd4a80..516c42d48e2 100755 --- a/cpp/test/IceStorm/repgrid/run.py +++ b/cpp/test/IceStorm/repgrid/run.py @@ -38,4 +38,3 @@ else: # IceGridAdmin.iceGridTest("application.xml", "", variables) -TestUtil.cleanup() diff --git a/cpp/test/IceStorm/repstress/run.py b/cpp/test/IceStorm/repstress/run.py index fec7f4c2f40..0248a86e982 100755 --- a/cpp/test/IceStorm/repstress/run.py +++ b/cpp/test/IceStorm/repstress/run.py @@ -115,4 +115,3 @@ print "ok" print "publisher published %s events, subscriber received %s events" % (publisherCount, subscriberCount) -TestUtil.cleanup() diff --git a/cpp/test/IceStorm/single/run.py b/cpp/test/IceStorm/single/run.py index 786dc8ada1a..c3bfc29607b 100755 --- a/cpp/test/IceStorm/single/run.py +++ b/cpp/test/IceStorm/single/run.py @@ -69,5 +69,4 @@ dotest("persistent") dotest("transient") dotest("replicated") -TestUtil.cleanup() sys.exit(0) diff --git a/cpp/test/IceStorm/stress/run.py b/cpp/test/IceStorm/stress/run.py index e0b687aadc2..00a0cfd8a06 100755 --- a/cpp/test/IceStorm/stress/run.py +++ b/cpp/test/IceStorm/stress/run.py @@ -174,4 +174,3 @@ def runtest(type): runtest("persistent") runtest("replicated") -TestUtil.cleanup() diff --git a/cpp/test/IceUtil/condvar/run.py b/cpp/test/IceUtil/condvar/run.py index 9d5aed0aa5f..64348483c65 100755 --- a/cpp/test/IceUtil/condvar/run.py +++ b/cpp/test/IceUtil/condvar/run.py @@ -30,4 +30,3 @@ TestUtil.simpleTest(match) TestUtil.simpleTest(match + " -b") -TestUtil.cleanup() diff --git a/cpp/test/IceUtil/inputUtil/run.py b/cpp/test/IceUtil/inputUtil/run.py index 0800b486b30..6ba9edffe00 100755 --- a/cpp/test/IceUtil/inputUtil/run.py +++ b/cpp/test/IceUtil/inputUtil/run.py @@ -23,4 +23,3 @@ from scripts import * client = os.path.join(os.getcwd(), "client") TestUtil.simpleTest(client, os.getcwd()) -TestUtil.cleanup() diff --git a/cpp/test/IceUtil/priority/run.py b/cpp/test/IceUtil/priority/run.py index 4032afa8644..ecf8320daf9 100755 --- a/cpp/test/IceUtil/priority/run.py +++ b/cpp/test/IceUtil/priority/run.py @@ -24,4 +24,3 @@ client = os.path.join(os.getcwd(), "client") TestUtil.simpleTest(client, os.getcwd()) -TestUtil.cleanup() diff --git a/cpp/test/IceUtil/thread/run.py b/cpp/test/IceUtil/thread/run.py index aa7bdeaf8ee..123c56353f2 100755 --- a/cpp/test/IceUtil/thread/run.py +++ b/cpp/test/IceUtil/thread/run.py @@ -24,4 +24,3 @@ client = os.path.join(os.getcwd(), "client") TestUtil.simpleTest(client, os.getcwd()) -TestUtil.cleanup() diff --git a/cpp/test/IceUtil/timer/run.py b/cpp/test/IceUtil/timer/run.py index 93807972504..a4d9254f0e5 100755 --- a/cpp/test/IceUtil/timer/run.py +++ b/cpp/test/IceUtil/timer/run.py @@ -23,4 +23,3 @@ from scripts import * client = os.path.join(os.getcwd(), "client") TestUtil.simpleTest(client) -TestUtil.cleanup() diff --git a/cpp/test/IceUtil/unicode/run.py b/cpp/test/IceUtil/unicode/run.py index aa7bdeaf8ee..123c56353f2 100755 --- a/cpp/test/IceUtil/unicode/run.py +++ b/cpp/test/IceUtil/unicode/run.py @@ -24,4 +24,3 @@ client = os.path.join(os.getcwd(), "client") TestUtil.simpleTest(client, os.getcwd()) -TestUtil.cleanup() diff --git a/cpp/test/IceUtil/uuid/run.py b/cpp/test/IceUtil/uuid/run.py index 93807972504..a4d9254f0e5 100755 --- a/cpp/test/IceUtil/uuid/run.py +++ b/cpp/test/IceUtil/uuid/run.py @@ -23,4 +23,3 @@ from scripts import * client = os.path.join(os.getcwd(), "client") TestUtil.simpleTest(client) -TestUtil.cleanup() diff --git a/cpp/test/Slice/errorDetection/run.py b/cpp/test/Slice/errorDetection/run.py index 1cca143dcd0..e27fbfc76af 100755 --- a/cpp/test/Slice/errorDetection/run.py +++ b/cpp/test/Slice/errorDetection/run.py @@ -54,5 +54,4 @@ for file in files: else: print "ok" -TestUtil.cleanup() sys.exit(0) diff --git a/cpp/test/Slice/keyword/run.py b/cpp/test/Slice/keyword/run.py index 93807972504..a4d9254f0e5 100755 --- a/cpp/test/Slice/keyword/run.py +++ b/cpp/test/Slice/keyword/run.py @@ -23,4 +23,3 @@ from scripts import * client = os.path.join(os.getcwd(), "client") TestUtil.simpleTest(client) -TestUtil.cleanup() |