Skip to content
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

Disable QUIC tests on alpine arm32 #99020

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

CarnaViire
Copy link
Member

@CarnaViire CarnaViire commented Feb 27, 2024

Contributes to #91757

The previous workaround was to fix msquic on 2.2.2 on Alpine Arm32 (dotnet/dotnet-buildtools-prereqs-docker#933), however, that can only be done up to 3.16 included. Alpine 3.17+ uses OpenSSL 3, but some of the required changes (dotnet/msquic#149 (comment) and dotnet/msquic#151) were only introduced post 2.2.2. WHich means we cannot use that workaround on 3.17+ anymore.

In order to unblock #98531, we have to put all the Alpine Arm32 QUIC tests under ActiveIssue (#91757).

(cc @rzikm this should also make things easier for #98361)

@ghost
Copy link

ghost commented Feb 27, 2024

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Issue Details

Contributes to #91757

The previous workaround was to fix msquic on 2.2.2 on Alpine Arm32, however, that can only be done up to 3.16 included. Alpine 3.17+ uses OpenSSL 3, but some of the required changes (dotnet/msquic#149 (comment) and dotnet/msquic#151) were only introduced post 2.2.2. WHich means we cannot use that workaround on 3.17+ anymore.

In order to unblock #98531, we have to put all the Alpine Arm32 QUIC tests under ActiveIssue (#91757).

(cc @rzikm this should also make things easier for #98361)

Author: CarnaViire
Assignees: CarnaViire
Labels:

area-System.Net.Quic

Milestone: -

Copy link
Member

@wfurt wfurt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
it may be better to create static helper variable as I feel this will continue to drag but it is good enough to me.

@hoyosjs hoyosjs merged commit 246cda4 into dotnet:main Feb 28, 2024
109 of 111 checks passed
@carlossanlop
Copy link
Member

carlossanlop commented Mar 19, 2024

Per #99849 (comment) we also need this change in the 8.0 branch.

@carlossanlop
Copy link
Member

/backport to release/8.0-staging

Copy link
Contributor

Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/8348612385

Copy link
Contributor

@carlossanlop backporting to release/8.0-staging failed, the patch most likely resulted in conflicts:

$ git am --3way --ignore-whitespace --keep-non-patch changes.patch

Applying: disable quic tests on alpine arm32
Using index info to reconstruct a base tree...
M	src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicCipherSuitesPolicyTests.cs
A	src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicRemoteExecutorTests.cs
M	src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs
M	src/libraries/System.Net.Quic/tests/FunctionalTests/QuicConnectionTests.cs
M	src/libraries/System.Net.Quic/tests/FunctionalTests/QuicListenerTests.cs
M	src/libraries/System.Net.Quic/tests/FunctionalTests/QuicStreamConnectedStreamConformanceTests.cs
M	src/libraries/System.Net.Quic/tests/FunctionalTests/QuicStreamTests.cs
Falling back to patching base and 3-way merge...
Auto-merging src/libraries/System.Net.Quic/tests/FunctionalTests/QuicStreamTests.cs
CONFLICT (content): Merge conflict in src/libraries/System.Net.Quic/tests/FunctionalTests/QuicStreamTests.cs
Auto-merging src/libraries/System.Net.Quic/tests/FunctionalTests/QuicStreamConnectedStreamConformanceTests.cs
CONFLICT (content): Merge conflict in src/libraries/System.Net.Quic/tests/FunctionalTests/QuicStreamConnectedStreamConformanceTests.cs
Auto-merging src/libraries/System.Net.Quic/tests/FunctionalTests/QuicListenerTests.cs
CONFLICT (content): Merge conflict in src/libraries/System.Net.Quic/tests/FunctionalTests/QuicListenerTests.cs
Auto-merging src/libraries/System.Net.Quic/tests/FunctionalTests/QuicConnectionTests.cs
CONFLICT (content): Merge conflict in src/libraries/System.Net.Quic/tests/FunctionalTests/QuicConnectionTests.cs
Auto-merging src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs
CONFLICT (content): Merge conflict in src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs
CONFLICT (modify/delete): src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicRemoteExecutorTests.cs deleted in HEAD and modified in disable quic tests on alpine arm32. Version disable quic tests on alpine arm32 of src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicRemoteExecutorTests.cs left in tree.
Auto-merging src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicCipherSuitesPolicyTests.cs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 disable quic tests on alpine arm32
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!

Copy link
Contributor

@carlossanlop an error occurred while backporting to release/8.0-staging, please check the run log for details!

Error: git am failed, most likely due to a merge conflict.

CarnaViire added a commit to richlander/runtime that referenced this pull request Mar 19, 2024
ericstj pushed a commit that referenced this pull request Apr 15, 2024
* Update Alpine versions

* Backport [#99020] Disable QUIC tests on alpine arm32

---------

Co-authored-by: Natalia Kondratyeva <knatalia@microsoft.com>
@github-actions github-actions bot locked and limited conversation to collaborators Apr 19, 2024
@karelz karelz added this to the 9.0.0 milestone May 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants