randy jones
4c22ce7000
[UGS]: Update some UnrealGameSyncLauncher paths that no longer exist
...
[CL 33272652 by randy jones in ue5-main branch]
2024-04-26 14:51:02 -04:00
jerome delattre
2b71c443d7
Fix InstallUnrealBuild command by considering configuration and package type
...
[CL 33264224 by jerome delattre in ue5-main branch]
2024-04-26 10:36:28 -04:00
kevin macaulayvacher
abfde6cf9f
Remove unnecessary using directives from threadsanitizerissuehandler. Fixing issue=460206
...
[CL 33262522 by kevin macaulayvacher in ue5-main branch]
2024-04-26 09:50:58 -04:00
kevin macaulayvacher
8b887d6c5c
Adds a new step to TSAN error process to allow a report of only the unique TSAN errors to be displayed. This step parses the output log from the test run and displays the unique errors and removes any interwoven log lines that are irrelevant.
...
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]
2024-04-26 08:42:40 -04:00
ben marsh
9c4b8227d0
Horde: Explain role of the Agent.json file in docs. Also update some references to deprecated properties.
...
[CL 33261095 by ben marsh in ue5-main branch]
2024-04-26 08:33:30 -04:00
joakim lindqvist
2b05c6c8d9
Unreal Cloud DDC - Added overload to delete blob from multiple namespaces at once - this reduces count of operations against s3 when deleting blobs in the same storage pool and speeds up the deletion
...
Removed ability to enumerate policies as this didn't correctly take into account the default values of policies and had bad assumptions - is not used anyway.
[CL 33258095 by joakim lindqvist in ue5-main branch]
2024-04-26 03:41:42 -04:00
joakim lindqvist
9ec1769fd0
Unreal Cloud DDC - Added ability to override max keys returned from s3 when listing blobs - will experiment to see if this speeds up blob gc
...
[CL 33257879 by joakim lindqvist in ue5-main branch]
2024-04-26 02:58:42 -04:00
buildmachine
54097d5c76
Horde: Updating schema documentation
...
#rnx
[CL 33257270 by buildmachine in ue5-main branch]
2024-04-26 01:06:40 -04:00
joe kirchoff
6758a707eb
UnrealBuildTool: Set -fno-delete-null-pointer-checks when compiling ms platforms with clang
...
[CL 33250901 by joe kirchoff in ue5-main branch]
2024-04-25 18:43:54 -04:00
henrik karlsson
d4b99980cd
Moved live coding defines to only exist in LaunchModule's Definitions.h to make builds more deterministic.
...
#rb joe.kirchoff
[CL 33250095 by henrik karlsson in ue5-main branch]
2024-04-25 18:29:59 -04:00
marc audy
53c2a83219
Fix UGS throwing "Error while polling Perforce for available tools: An item with the same key has already been added." when the querying tools if the working directory happens to be mapped to a workspace that includes //depot/InternalTools
...
#rb randy.jones
[CL 33249267 by marc audy in ue5-main branch]
2024-04-25 18:11:33 -04:00
ben marsh
6c755fc283
Horde: Filter out missing nodes from dependency information returned in job steps.
...
[CL 33246208 by ben marsh in ue5-main branch]
2024-04-25 17:23:47 -04:00
ben marsh
17cd6d61ed
Horde: Fix log events not being tagged with the appropriate issue.
...
[CL 33243857 by ben marsh in ue5-main branch]
2024-04-25 16:37:00 -04:00
jerome delattre
bc3b95d1e6
Improve Gauntlet issue handling by adding stream id and node name to generate key as long as a Callstack property is not found.
...
#jira UE-208397
#rnx
#rb Ben.Marsh, sebastian.lewicki
[CL 33243600 by jerome delattre in ue5-main branch]
2024-04-25 16:30:45 -04:00
eric day
409b8132c8
Add WITH_CLIENT_CODE macro similar to WITH_SERVER_CODE.
...
#rnx
#rb Chris.Varnsverry, michael.atchison, Rob.Cannaday
[CL 33240268 by eric day in ue5-main branch]
2024-04-25 14:58:58 -04:00
ben marsh
e8d02a19cb
Horde: Add a class to handle buffering document writes to a Mongo collection.
...
[CL 33238083 by ben marsh in ue5-main branch]
2024-04-25 13:55:41 -04:00
ben marsh
6ade8ed697
Horde: Fix static analysis warnings.
...
[CL 33237730 by ben marsh in ue5-main branch]
2024-04-25 13:47:13 -04:00
henrik karlsson
d6cab679ff
[UBA]
...
* Added header to compressed obj files containing the cas key of the compressed file
* Fixed so compressed obj files work with cache system
[CL 33236459 by henrik karlsson in ue5-main branch]
2024-04-25 13:10:20 -04:00
yuriy odonnell
c579af7633
UnsyncUI - Fix crash when running without config file
...
[CL 33236132 by yuriy odonnell in ue5-main branch]
2024-04-25 13:01:47 -04:00
ben marsh
bf8485156c
Horde: Do not return a default localhost server URL if nothing is configured.
...
[CL 33235187 by ben marsh in ue5-main branch]
2024-04-25 12:39:17 -04:00
ben marsh
7e7bc64b8c
Horde: Rename DatabaseConnectionString to MongoConnectionString, and add a RedisReadOnlyMode setting.
...
#rnx
[CL 33234208 by ben marsh in ue5-main branch]
2024-04-25 12:16:23 -04:00
ben marsh
5aff6ae77f
Horde: Fix exception accessing order dependencies for nodes that are not in the graph.
...
[CL 33233516 by ben marsh in ue5-main branch]
2024-04-25 11:52:37 -04:00
jerome delattre
6bf5cf1052
[Gauntlet] (On Windows) Generate mini dump when killing application if timeout is detected.
...
#rnx
#jira UE-212994
#rb brendan.lienau, sebastian.lewicki
[CL 33232014 by jerome delattre in ue5-main branch]
2024-04-25 11:05:26 -04:00
josh engebretson
c35c8298ae
Horde: Support artifact link type in log render
...
#rnx
[CL 33231524 by josh engebretson in ue5-main branch]
2024-04-25 10:48:57 -04:00
ben marsh
dfffcafd93
Horde: Fix static analysis warning.
...
#rnx
[CL 33229459 by ben marsh in ue5-main branch]
2024-04-25 09:31:05 -04:00