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
## What
- Use the status field instead of presence of errors for determining whether the LRO failed
- Unpend the "failed if custom role not guid" test
- Pend the full restore test in live mode
## Why
- Using the status field is more reliable and should be the field to decide whether there's an error. The actual error _might_ come in under statusDetails but the status field should be accurate
- There's a service-issue affecting restores and it's impacting our live test pipeline.
Resolves#13632
There's some confusion regarding whether errors will always come in the
errors
field of the service response or whether they show up in statusDetails.This issue tracks coming up with a strategy that makes sense. Maybe we infer based on the
status
or maybe we only look aterror
s.The text was updated successfully, but these errors were encountered: