You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Doing so the TSAN log matcher can now generate logs that contain the full TSAN error context in a single log. An TSAN IssueHandler has been added which looks for the summary log event and generates an issue keyed off the summary error reason and the file in error. The goal being to generate an issue per unique TSAN error The TSANLogMatcher has had a test added to ensure we properly log only TSAN errors, and the file was renamed to fix warnings regarding file name and class name must matching. EditorPerf timeouts have been reduced as we were waiting for 8 hours in cases when no tests were running due to errors in the config #jira UE-212560 #rb Ben.Marsh [FYI] Francis.Hurteau [CL 33261211 by kevin macaulayvacher in ue5-main branch]