You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#36101479 Autotest: test_event -n SubscribeEventsNR T1 fails in 7.6
Problem:
Test fails to setup a second Api connection.
Test uses 2 Api connections, but 2nd API node is bound to different
host than 1st API node.
[cluster_config.2node]
ndb_mgmd = CHOOSE_host1
ndbd = CHOOSE_host2,CHOOSE_host3
ndbapi= CHOOSE_host1,CHOOSE_host4,CHOOSE_host5
Where CHOOSE_hostX with odd suffix are assigned to different hosts
than placeholders with even suffix.
#
# .2node - two ndbmtd nodes
#
[cluster_config.2node]
ndb_mgmd = 100.103.23.141
ndbd = 100.103.22.6,100.103.23.141
ndbapi= 100.103.23.141,100.103.22.6,100.103.23.141
Solution: Only assign first api node id to a host so ATRT knows on
which host to start the test program. This way all API connections
will be bound to same host.
(similar approach is already used in 8.0+ )
Change-Id: I0f8ab2402287414de417cf59ae33c619e7af1c15
0 commit comments