Skip to content

Commit 6002a0d

Browse files
committed
Merge branch 'mysql-5.7-cluster-7.5' into mysql-5.7-cluster-7.6
Change-Id: I422f31470c146f695a6ac2e2326c18eecd900b6c
2 parents e64580c + f26555f commit 6002a0d

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
@@ -762,6 +762,9 @@ runUpgrade_Half(NDBT_Context* ctx, NDBT_Step* step)
762762
int processId = nodes[i].processId;
763763
int nodeGroup= nodes[i].nodeGroup;
764764

765+
if (nodeGroup != 0) {
766+
ndberr << "Expected nodeGroup 0, but got " << nodeGroup << endl;
767+
}
765768
if (seen_groups.get(nodeGroup))
766769
{
767770
// One node in this node group already down

0 commit comments

Comments
 (0)