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 #27639722 ATRT DOES NOT REPORT NDB FAILURE WHEN BOTH NDB AND
SERVER FAIL
Description :
During test execution, ATRT checks if NDB processes and SERVER
processes has failed. In case of ndb or servers failure, ATRT
aborts the test execution and reports failure accordingly.
An NDB failure would supersede any SERVER failure.
A new error state(ERR_NDB_AND_SERVERS_FAILED = 106) is
introduced to check for the cases where both ndb and server
processes fail and the failures are reported appropriately.
0 commit comments