Commit 6efd848c authored by unknown's avatar unknown
Browse files

ndb - autotest

  Fix testNodeRestart -n DuringLCP and others (add stopTest() at end of test :-))


ndb/test/ndbapi/testNodeRestart.cpp:
  Fix testNodeRestart -n DuringLCP and others
parent 7072a63a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -294,6 +294,7 @@ int runRestarts(NDBT_Context* ctx, NDBT_Step* step){
    }    
    i++;
  }
  ctx->stopTest();
  return result;
}