arcade-services
arcade-services copied to clipboard
Investigate potential silent failure in Arcade update logic
Discovered by https://github.com/dotnet/arcade-services/pull/3274
The PR linked above fixes a potential NRE inside logic responsible for updating Arcade. This failure was caught by the ArcadeSdkUpdate test consistently, but has not produced any visible exceptions or failures in the service logs, masking the issue and making it far harder to uncover the reason behind the test failing.
We should investigate why was this issue not instantly visible to us from monitoring or logging.