mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
ndb -
fix failing autotest-test storage/ndb/test/ndbapi/testNodeRestart.cpp: "fix" testprg storage/ndb/test/run-test/daily-basic-tests.txt: increase allowed time
This commit is contained in:
parent
56165c20ec
commit
a026379f7a
2 changed files with 2 additions and 2 deletions
|
|
@ -1997,7 +1997,7 @@ runBug34216(NDBT_Context* ctx, NDBT_Step* step)
|
|||
break;
|
||||
}
|
||||
|
||||
int rows = 1;
|
||||
int rows = 10;
|
||||
int batch = 1;
|
||||
int row = (records - rows) ? rand() % (records - rows) : 0;
|
||||
|
||||
|
|
|
|||
|
|
@ -1050,7 +1050,7 @@ max-time: 300
|
|||
cmd: test_event
|
||||
args: -n Bug33793 T1
|
||||
|
||||
max-time: 600
|
||||
max-time: 1200
|
||||
cmd: testNodeRestart
|
||||
args: -n Bug34216 -l 10 T1 I3 D2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue