Commit e82d3d49 authored by unknown's avatar unknown
Browse files

forgot to remove ndbrequire


ndb/test/run-test/atrt-mysql-test-run:
  ...
parent 838af107
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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();
      /*
+1 −1
Original line number Diff line number Diff line
@@ -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`