diff options
author | jonas@perch.ndb.mysql.com <> | 2008-02-08 16:42:17 +0100 |
---|---|---|
committer | jonas@perch.ndb.mysql.com <> | 2008-02-08 16:42:17 +0100 |
commit | 29f3323e008eabb10c48c7289c673214fa5f9923 (patch) | |
tree | 6770f8906ccb023da370181cb5206617e03c9292 /storage/ndb | |
parent | 02a56b9e23a86f52253081af4d1523e2150cd266 (diff) | |
download | mariadb-git-29f3323e008eabb10c48c7289c673214fa5f9923.tar.gz |
ndb -
fix failing autotest-test
Diffstat (limited to 'storage/ndb')
-rw-r--r-- | storage/ndb/test/ndbapi/testNodeRestart.cpp | 2 | ||||
-rw-r--r-- | storage/ndb/test/run-test/daily-basic-tests.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/storage/ndb/test/ndbapi/testNodeRestart.cpp b/storage/ndb/test/ndbapi/testNodeRestart.cpp index 675e30b8628..17c81fd0a26 100644 --- a/storage/ndb/test/ndbapi/testNodeRestart.cpp +++ b/storage/ndb/test/ndbapi/testNodeRestart.cpp @@ -1997,7 +1997,7 @@ runBug34216(NDBT_Context* ctx, NDBT_Step* step) break; } - int rows = 1; + int rows = 10; int batch = 1; int row = (records - rows) ? rand() % (records - rows) : 0; diff --git a/storage/ndb/test/run-test/daily-basic-tests.txt b/storage/ndb/test/run-test/daily-basic-tests.txt index 9f3eb890ddb..5516b8c5710 100644 --- a/storage/ndb/test/run-test/daily-basic-tests.txt +++ b/storage/ndb/test/run-test/daily-basic-tests.txt @@ -1050,7 +1050,7 @@ max-time: 300 cmd: test_event args: -n Bug33793 T1 -max-time: 600 +max-time: 1200 cmd: testNodeRestart args: -n Bug34216 -l 10 T1 I3 D2 |