mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
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:
parent
0c7f040470
commit
183e7b6f86
3 changed files with 5 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue