Commit 183e7b6f authored by unknown's avatar unknown

ndb test fixes


ndb/test/ndbapi/testIndex.cpp:
  test fixes
ndb/test/ndbapi/testNodeRestart.cpp:
  test fixes
ndb/test/run-test/daily-devel-tests.txt:
  disable non function test
parent 0c7f0404
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#define CHECK(b) if (!(b)) { \ #define CHECK(b) if (!(b)) { \
g_err << "ERR: "<< step->getName() \ g_err << "ERR: "<< step->getName() \
<< " failed on line " << __LINE__ << endl; \ << " failed on line " << __LINE__ << endl; \
result = NDBT_FAILED; \ result = NDBT_FAILED; break;\
} }
......
...@@ -287,8 +287,6 @@ TESTCASE("Terror", ...@@ -287,8 +287,6 @@ TESTCASE("Terror",
STEP(runPkUpdateUntilStopped); STEP(runPkUpdateUntilStopped);
STEP(runScanReadUntilStopped); STEP(runScanReadUntilStopped);
STEP(runScanUpdateUntilStopped); STEP(runScanUpdateUntilStopped);
STEP(runInsertUntilStopped);
STEP(runClearTableUntilStopped);
FINALIZER(runClearTable); FINALIZER(runClearTable);
} }
TESTCASE("FullDb", TESTCASE("FullDb",
......
...@@ -145,10 +145,10 @@ max-time: 2500 ...@@ -145,10 +145,10 @@ max-time: 2500
cmd: testNodeRestart cmd: testNodeRestart
args: -n FiftyPercentStopAndWait T6 T8 T13 args: -n FiftyPercentStopAndWait T6 T8 T13
max-time: 500 #max-time: 500
cmd: testNodeRestart #cmd: testNodeRestart
args: -n StopOnError T1 #args: -n StopOnError T1
#
# #
max-time: 2500 max-time: 2500
cmd: testIndex 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