Skip to content

Commit 7d29f18

Browse files
committed
Merge branch 'mysql-5.6-cluster-7.3' into mysql-5.6-cluster-7.4
Change-Id: I4f7c6f3983ff78b565d7ded26992b4a7c87e7136
2 parents b3eb59f + b54cf1a commit 7d29f18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

storage/ndb/test/ndbapi/testUpgrade.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,9 @@ runUpgrade_Half(NDBT_Context* ctx, NDBT_Step* step)
759759
int processId = nodes[i].processId;
760760
int nodeGroup= nodes[i].nodeGroup;
761761

762+
if (nodeGroup != 0) {
763+
ndberr << "Expected nodeGroup 0, but got " << nodeGroup << endl;
764+
}
762765
if (seen_groups.get(nodeGroup))
763766
{
764767
// One node in this node group already down

0 commit comments

Comments
 (0)