mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
Merge perch.ndb.mysql.com:/home/jonas/src/41-work
into perch.ndb.mysql.com:/home/jonas/src/50-work ndb/src/kernel/blocks/ERROR_codes.txt: Auto merged ndb/src/kernel/blocks/dblqh/DblqhMain.cpp: Auto merged ndb/test/ndbapi/testNodeRestart.cpp: Auto merged ndb/test/run-test/daily-basic-tests.txt: Auto merged
This commit is contained in:
commit
285bb899db
4 changed files with 14 additions and 6 deletions
|
|
@ -318,7 +318,7 @@ LQH:
|
|||
5026 Crash when receiving COPY_ACTIVEREQ
|
||||
5027 Crash when receiving STAT_RECREQ
|
||||
|
||||
5042 Crash starting node, when scan is finished on primary replica
|
||||
5043 Crash starting node, when scan is finished on primary replica
|
||||
|
||||
Test Crashes in handling take over
|
||||
----------------------------------
|
||||
|
|
|
|||
|
|
@ -9265,7 +9265,7 @@ void Dblqh::nextScanConfCopyLab(Signal* signal)
|
|||
/*---------------------------------------------------------------------------*/
|
||||
scanptr.p->scanCompletedStatus = ZTRUE;
|
||||
scanptr.p->scanState = ScanRecord::WAIT_LQHKEY_COPY;
|
||||
if (ERROR_INSERTED(5042))
|
||||
if (ERROR_INSERTED(5043))
|
||||
{
|
||||
CLEAR_ERROR_INSERT_VALUE;
|
||||
tcConnectptr.p->copyCountWords = ~0;
|
||||
|
|
|
|||
|
|
@ -439,6 +439,14 @@ int runBug15587(NDBT_Context* ctx, NDBT_Step* step){
|
|||
if (restarter.startNodes(&nodeId, 1))
|
||||
return NDBT_FAILED;
|
||||
|
||||
restarter.waitNodesStartPhase(&nodeId, 1, 3);
|
||||
|
||||
if (restarter.waitNodesNoStart(&nodeId, 1))
|
||||
return NDBT_FAILED;
|
||||
|
||||
if (restarter.startNodes(&nodeId, 1))
|
||||
return NDBT_FAILED;
|
||||
|
||||
if (restarter.waitNodesStarted(&nodeId, 1))
|
||||
return NDBT_FAILED;
|
||||
|
||||
|
|
|
|||
|
|
@ -429,10 +429,10 @@ max-time: 500
|
|||
cmd: testNodeRestart
|
||||
args: -n Bug16772 T1
|
||||
|
||||
max-time: 500
|
||||
cmd: testSystemRestart
|
||||
args: -n Bug18385 T1
|
||||
|
||||
#max-time: 500
|
||||
#cmd: testSystemRestart
|
||||
#args: -n Bug18385 T1
|
||||
#
|
||||
max-time: 500
|
||||
cmd: testNodeRestart
|
||||
args: -n Bug18414 T1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue