Uh oh!
There was an error while loading. Please reload this page.
load quic early to prevent interaction with tests - #75488
Conversation
ghost
commented
Sep 12, 2022
Tagging subscribers to this area: @dotnet/ncl, @vcsjones |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| Link="Common\System\Diagnostics\Tracing\TestEventListener.cs" /> | ||
| <Compile Include="$(CommonTestPath)System\IO\TempFile.cs" | ||
| Link="Common\System\IO\TempFile.cs" /> | ||
| <Compile Include="$(CommonTestPath)System\Net\QuicLoad.cs" |
There was a problem hiding this comment.
Did we actually see "Error while reaping child" error in the System.Net.Mail tests or is this just a pre-emptive change?
There was a problem hiding this comment.
no we did not. There are two failures I'm investigating so it is pre-emptive.
karelz
commented
Sep 14, 2022
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3050625996 |
@karelz backporting to release/7.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: load quic early to prevent interaction with tests
Applying: update Debian10 image for x64
Using index info to reconstruct a base tree...
M eng/pipelines/libraries/helix-queues-setup.yml
Falling back to patching base and 3-way merge...
Auto-merging eng/pipelines/libraries/helix-queues-setup.yml
CONFLICT (content): Merge conflict in eng/pipelines/libraries/helix-queues-setup.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0002 update Debian10 image for x64
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 128Please backport manually! |
karelz
commented
Sep 14, 2022
@CarnaViire@ManickaP can you please help with manual backport here? Thanks! |
* load quic early to prevent interaction with tests * update Debian10 image for x64 * rever helix change * feedback from review * remove quic reference * Update src/libraries/System.Net.Security/tests/FunctionalTests/TestHelper.cs Co-authored-by: Jan Kotas <jkotas@microsoft.com>
* load quic early to prevent interaction with tests * update Debian10 image for x64 * rever helix change * feedback from review * remove quic reference * Update src/libraries/System.Net.Security/tests/FunctionalTests/TestHelper.cs Co-authored-by: Jan Kotas <jkotas@microsoft.com> Co-authored-by: Jan Kotas <jkotas@microsoft.com>
duplicates #75424 for SslStream tests
fixes#75484