From b030cc55163e24437ea6d442e7884be64998e359 Mon Sep 17 00:00:00 2001 From: "jonas@eel.(none)" <> Date: Fri, 16 Feb 2007 01:36:22 +0100 Subject: [PATCH 1/2] ndb autotest - Fix testcase so that it does not leak tables...causing subsequent errors --- storage/ndb/test/ndbapi/testDict.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/storage/ndb/test/ndbapi/testDict.cpp b/storage/ndb/test/ndbapi/testDict.cpp index f7de43aea20..f72b9dee80b 100644 --- a/storage/ndb/test/ndbapi/testDict.cpp +++ b/storage/ndb/test/ndbapi/testDict.cpp @@ -321,7 +321,11 @@ int runCreateAndDropAtRandom(NDBT_Context* ctx, NDBT_Step* step) } i++; } - + + for (Uint32 i = 0; idropTable(NDBT_Tables::getTable(i)->getName()); + delete [] tabList; return result; } From 685423e58744820115c884b9e36592de60f81af6 Mon Sep 17 00:00:00 2001 From: "jonas@eel.(none)" <> Date: Fri, 16 Feb 2007 01:40:50 +0100 Subject: [PATCH 2/2] ndb - autotest increase timeout on slow test --- storage/ndb/test/run-test/daily-basic-tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/ndb/test/run-test/daily-basic-tests.txt b/storage/ndb/test/run-test/daily-basic-tests.txt index c972d432375..b8e744e2ad2 100644 --- a/storage/ndb/test/run-test/daily-basic-tests.txt +++ b/storage/ndb/test/run-test/daily-basic-tests.txt @@ -525,7 +525,7 @@ max-time: 1000 cmd: testNodeRestart args: -n Bug25554 T1 -max-time: 1000 +max-time: 3000 cmd: testNodeRestart args: -n Bug25984