Closed pinarol closed 1 month ago
App Name | Gravatar UIKit Prototype Build | |
Build Number | 1318 | |
Version | 1.0 | |
Bundle ID | com.automattic.gravatar-sdk-demo-uikit.prototype-build | |
Commit | 23ad0987df5b7cdca143d341a1fd2ccd8fc133ea | |
App Center Build | Gravatar SDK Demo - UIKit #166 |
App Name | Gravatar SwiftUI Prototype Build | |
Build Number | 1318 | |
Version | 1.0 | |
Bundle ID | com.automattic.gravatar-sdk-demo-swiftui.prototype-build | |
Commit | 23ad0987df5b7cdca143d341a1fd2ccd8fc133ea | |
App Center Build | Gravatar SDK Demo - SwiftUI #165 |
Closes #
Description
Fixes a crash that happens in CI from time to time:
I think the crash happened because the mock cache in the TestImageCache was not thread safe so i replace it with
ImageCache
which is thread safe.Testing Steps
Try running the failing test case many times
testNotCurrentSourceTaskResult
.