9350b85b17
This test (without the code fix) reproduces an infinite loop in the GetFixes handler. There is error handling for `InconsistentAnalysisException` but it didn't appear to work (at least in some cases) because it's async and there was no `await`. Change-Id: I835398062ea3da1386c2bc065bbdaf93cf10cdf1 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/396820 Reviewed-by: Konstantin Shcheglov <scheglov@google.com> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Commit-Queue: Konstantin Shcheglov <scheglov@google.com>