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
This commit is contained in:
unknown 2004-08-10 15:16:48 +02:00
commit 183e7b6f86
3 changed files with 5 additions and 7 deletions

View file

@ -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;\
}

View file

@ -287,8 +287,6 @@ TESTCASE("Terror",
STEP(runPkUpdateUntilStopped);
STEP(runScanReadUntilStopped);
STEP(runScanUpdateUntilStopped);
STEP(runInsertUntilStopped);
STEP(runClearTableUntilStopped);
FINALIZER(runClearTable);
}
TESTCASE("FullDb",

View file

@ -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