summaryrefslogtreecommitdiff
path: root/storage/ndb/test/ndbapi
diff options
context:
space:
mode:
authorunknown <jonas@perch.ndb.mysql.com>2008-02-08 16:42:17 +0100
committerunknown <jonas@perch.ndb.mysql.com>2008-02-08 16:42:17 +0100
commita026379f7aacc09d2fa985122d7e6bdb6a3273a1 (patch)
tree6770f8906ccb023da370181cb5206617e03c9292 /storage/ndb/test/ndbapi
parent56165c20ec3cbfa1412dab7e9877d5e16ee0bbab (diff)
downloadmariadb-git-a026379f7aacc09d2fa985122d7e6bdb6a3273a1.tar.gz
ndb -
fix failing autotest-test storage/ndb/test/ndbapi/testNodeRestart.cpp: "fix" testprg storage/ndb/test/run-test/daily-basic-tests.txt: increase allowed time
Diffstat (limited to 'storage/ndb/test/ndbapi')
-rw-r--r--storage/ndb/test/ndbapi/testNodeRestart.cpp2
1 files changed, 1 insertions, 1 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;