-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reenable AspNetResponseStatusTest test #3746
Reenable AspNetResponseStatusTest test #3746
Conversation
/backport to release/7.x |
/backport to release/7.0 |
Started backporting to release/7.x: https://github.com/dotnet/dotnet-monitor/actions/runs/4237899481 |
Started backporting to release/7.0: https://github.com/dotnet/dotnet-monitor/actions/runs/4237900039 |
@jander-msft backporting to release/7.0 failed, the patch most likely resulted in conflicts. Please backport manually using one of the below commands, followed by PowerShell (Invoke-WebRequest "https://github.com/dotnet/dotnet-monitor/commit/e2dcea254f497969eada72ee941c70d803454b1d.patch").Content | git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch Bash curl -sSL "https://github.com/dotnet/dotnet-monitor/commit/e2dcea254f497969eada72ee941c70d803454b1d.patch" | git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch
$ git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch changes.patch
Applying: Reenable AspNetResponseStatusTest test (#3746)
Using index info to reconstruct a base tree...
A src/Tests/Microsoft.Diagnostics.Monitoring.Tool.FunctionalTests/OverlappingEventSourceTests.cs
Falling back to patching base and 3-way merge...
CONFLICT (modify/delete): src/Tests/Microsoft.Diagnostics.Monitoring.Tool.FunctionalTests/OverlappingEventSourceTests.cs deleted in HEAD and modified in Reenable AspNetResponseStatusTest test (#3746). Version Reenable AspNetResponseStatusTest test (#3746) of src/Tests/Microsoft.Diagnostics.Monitoring.Tool.FunctionalTests/OverlappingEventSourceTests.cs left in tree.
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Reenable AspNetResponseStatusTest test (#3746)
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 |
This reverts commit e2dcea2.
Summary
Seems to no longer repo due to fixes in #2914
Example build: https://dev.azure.com/dnceng/internal/_build/results?buildId=2119826&view=results
closes #2762
Release Notes Entry