mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
forgot to remove ndbrequire
ndb/test/run-test/atrt-mysql-test-run: ...
This commit is contained in:
parent
838af107a3
commit
e82d3d4934
2 changed files with 1 additions and 2 deletions
|
@ -6045,7 +6045,6 @@ void Dbtc::timeOutFoundLab(Signal* signal, Uint32 TapiConPtr)
|
|||
<< " - place: " << c_apiConTimer_line[apiConnectptr.i]);
|
||||
switch (apiConnectptr.p->apiConnectstate) {
|
||||
case CS_STARTED:
|
||||
ndbrequire(c_apiConTimer_line[apiConnectptr.i] != 3615);
|
||||
if(apiConnectptr.p->lqhkeyreqrec == apiConnectptr.p->lqhkeyconfrec){
|
||||
jam();
|
||||
/*
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
set -x
|
||||
p=`pwd`
|
||||
cd $MYSQL_BASE_DIR/mysql-test
|
||||
./mysql-test-run --with-ndbcluster --ndbconnectstring=$NDB_CONNECTSTRING $* | tee $p/output.txt
|
||||
./mysql-test-run --with-ndbcluster --ndb-connectstring=$NDB_CONNECTSTRING $* | tee $p/output.txt
|
||||
|
||||
f=`grep -c fail $p/output.txt`
|
||||
o=`grep -c pass $p/output.txt`
|
||||
|
|
Loading…
Reference in a new issue