Community
Participate
Working Groups
= Actual behavior = Check operation ends with errors => CheckJob returns IStatus with IStatus.ERROR severity Check operation ends with warnings => CheckJob returns Status.OK_STATUS Check operation ends with errors and warnings => CheckJob returns IStatus with IStatus.ERROR severity Check operation ends with no errors and no warnings => CheckJob returns Status.OK_STATUS = Expected behavior = Check operation ends with errors => CheckJob returns IStatus with IStatus.ERROR severity Check operation ends with warnings => CheckJob returns IStatus with IStatus.WARNING severity Check operation ends with errors and warnings => CheckJob returns IStatus with IStatus.ERROR severity Check operation ends with no errors and no warnings => CheckJob returns Status.OK_STATUS
Fixed as proposed in description.
Mass-closing Resolved tickets