Skip to content

Commit 2445cd0

Browse files
author
Maitrayi Sabaratnam
committed
Bug#32673736 - AUTOTEST: TESTINDEX -N DEFERREDERROR FAILS WITH ARBITRATION ERROR
Follow up test fix: Add 'return NDBT_OK;' for the new method. Reviewed by: Frazer Clement <frazer.clement@oracle.com>
1 parent d826e36 commit 2445cd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/ndb/test/ndbapi/testNodeRestart.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6864,6 +6864,7 @@ int runRestartAllNodes(NDBT_Context* ctx, NDBT_Step* step)
68646864
CHECK(restarter.startAll() == 0, "-");
68656865
CHECK(restarter.waitClusterStarted() == 0, "-");
68666866
CHK_NDB_READY(GETNDB(step));
6867+
return NDBT_OK;
68676868
}
68686869

68696870

0 commit comments

Comments
 (0)