Open
Description
nonisolated(unsafe) static var corruptionLogsWritten = Set<String>()
These are global properties, and because they are mutable they are not thread safe.
However, since these are in UI tests the risk is low.
Also, it could be that the risk is zero due to how tests run (individually per device?). But we should double check just in case.
┆Issue is synchronized with this Jira Task
Metadata
Metadata
Assignees
Labels
No labels