Skip to content

Commit

Permalink
Ignore TestPlatform SDK assembly resolve error from CI CheckBuildLogs (
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo authored Jan 19, 2024
1 parent 5c2300a commit 92ee5bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tracer/build/_build/Build.Steps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2375,6 +2375,9 @@ string NormalizedPath(AbsolutePath ap)
new (@".*DD_GIT_COMMIT_SHA must be a full-length git SHA.*", RegexOptions.Compiled),
new (@".*Timeout occurred when flushing spans.*", RegexOptions.Compiled),
new (@".*ITR: .*", RegexOptions.Compiled),
// Error caused for race condition on TestPlatform SDK triggered by CI Visibility
// https://github.com/microsoft/vstest/blob/v16.7.1/src/Microsoft.TestPlatform.Common/Utilities/AssemblyResolver.cs#L67-L70
new (@".*Error detecting and reconfiguring git repository for shallow clone. System.IO.FileLoadException: Could not load file or assembly.*", RegexOptions.Compiled),
// This one is annoying but we _think_ due to a dodgy named pipes implementation, so ignoring for now
new(@".*An error occurred while sending data to the agent at \\\\\.\\pipe\\trace-.*The operation has timed out.*", RegexOptions.Compiled),
new(@".*An error occurred while sending data to the agent at \\\\\.\\pipe\\metrics-.*The operation has timed out.*", RegexOptions.Compiled),
Expand Down

0 comments on commit 92ee5bb

Please sign in to comment.