Commit c2556346 authored by unknown's avatar unknown
Browse files

Add a tiny sleep after cluster restart to let it come out of "read only" mode

parent 708d278e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ insert into t1 values (1);

--exec $NDB_MGM --no-defaults -e "all restart" >> $NDB_TOOLS_OUTPUT
--exec $NDB_TOOLS_DIR/ndb_waiter --no-defaults >> $NDB_TOOLS_OUTPUT

sleep 1;
--error 1297
insert into t1 values (2);
--error 1296