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#32452559 ADDS A DEBUG STATEMENT TO TESTUPGRADE TEST IN 7.3 and 7.4
Adds a debug statement to print the nodeGroup id which bitmask receives
from the testUpgrade test case.
Upgrade/downgrade tests are sporadically crashing when nodeGroup id,
sent from the test case is used as an index(after bit shifting) to
check the status of data nodes. The nodeGroup id from test case always
seems to be zero since the testcases are restarting the first half of
the cluster. So, adding a debug statement in the test case to confirm
that the nodeGroup id is not 0 when it crashes or if it is indeed 0
and the test still crashes, it indicates that the bitmask array is
corrupted.
Reviewed by: Priyanka Sangam <priyanka.sangam@oracle.com>
Change-Id: I5e59cf81acc33908bf89d76de007d89ca74b3bda
0 commit comments