Commit ec33e2f7 authored by joreland@mysql.com's avatar joreland@mysql.com

Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1-ndb

into mysql.com:/home/jonas/src/mysql-4.1-ndb
parents 60fa9bd1 348ff834
......@@ -26,7 +26,7 @@
#define CHECK(b) if (!(b)) { \
g_err << "ERR: "<< step->getName() \
<< " failed on line " << __LINE__ << endl; \
result = NDBT_FAILED; \
result = NDBT_FAILED; break;\
}
......
......@@ -287,8 +287,6 @@ TESTCASE("Terror",
STEP(runPkUpdateUntilStopped);
STEP(runScanReadUntilStopped);
STEP(runScanUpdateUntilStopped);
STEP(runInsertUntilStopped);
STEP(runClearTableUntilStopped);
FINALIZER(runClearTable);
}
TESTCASE("FullDb",
......
......@@ -145,10 +145,10 @@ max-time: 2500
cmd: testNodeRestart
args: -n FiftyPercentStopAndWait T6 T8 T13
max-time: 500
cmd: testNodeRestart
args: -n StopOnError T1
#max-time: 500
#cmd: testNodeRestart
#args: -n StopOnError T1
#
#
max-time: 2500
cmd: testIndex
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment