-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
load quic early to prevent interaction with tests #75488
Conversation
Tagging subscribers to this area: @dotnet/ncl, @vcsjones |
src/libraries/System.Net.Security/tests/FunctionalTests/TestHelper.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Security/tests/FunctionalTests/TestHelper.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Net.Security/tests/FunctionalTests/TestHelper.cs
Outdated
Show resolved
Hide resolved
@@ -24,6 +25,8 @@ | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no we did not. There are two failures I'm investigating so it is pre-emptive.
/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 128 Please backport manually! |
@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