Skip to content

Conversation

@zlatanov
Copy link
Contributor

Fixes #52031

@ghost ghost added the area-System.Net label Apr 29, 2021
@ghost
Copy link

ghost commented Apr 29, 2021

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

Issue Details

Fixes #52031

Author: zlatanov
Assignees: -
Labels:

area-System.Net

Milestone: -

@zlatanov zlatanov marked this pull request as ready for review April 29, 2021 13:59
@CarnaViire
Copy link
Member

FYI: CI failures are ongoing infra issue. I will rerun checks after it's fixed

@danmoseley
Copy link
Member

I don't think this should say "Fixes #52031" because we need that issue to remain open to fix the product bug, presumably

@danmoseley
Copy link
Member

Let's close this until we know the naswer.

@CarnaViire
Copy link
Member

As per investigation in #52031 (comment) the fix is working.
@zlatanov could you please remove the lines that turn off the test for ARM? I will then double-check the timings in CI.

@zlatanov zlatanov force-pushed the websockets-test-fix branch from 45b7656 to 1e10516 Compare May 11, 2021 10:53
@zlatanov
Copy link
Contributor Author

The failing test for websockets indicate that embedded resources haven't been loaded on Android. Is this considered bug somewhere, or if it's common enough, we can remove the message check, and only assert the exception type?

@CarnaViire
Copy link
Member

As I understand, we can ignore that for now. Android test failures are treated as a separate effort. In fact, Android tests are part of separate runtime-staging CI pipeline which should be auto-green for PRs.

@danmoseley
Copy link
Member

@steveisok for the Android issue as I've seen it also.

@steveisok
Copy link
Member

steveisok commented May 11, 2021

I would prefer the failing tests for Android have an ActiveIssue attribute associated to them for now.

@CarnaViire
Copy link
Member

Timings from CI for 15 bits:
net6.0-Linux-Release-arm-CoreCLR_checked-(Ubuntu.1804.Arm32.Open) — 0.385s
net6.0-Linux-Release-arm-CoreCLR_checked-(Alpine.313.Arm32.Open) — 0.415s
net6.0-Linux-Release-arm64-CoreCLR_checked-(Alpine.312.Arm64.Open) — 0.356s
net6.0-Linux-Release-arm64-CoreCLR_release-(Ubuntu.1804.ArmArch.Open) — 0.352s

Copy link
Member

@CarnaViire CarnaViire left a comment

Choose a reason for hiding this comment

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

Thanks!

@CarnaViire CarnaViire merged commit d515841 into dotnet:main May 11, 2021
@zlatanov zlatanov deleted the websockets-test-fix branch May 11, 2021 16:28
akoeplinger pushed a commit that referenced this pull request May 12, 2021
As per #52052 (comment), putting the failing tests under ActiveIssue.

Tracking issue: #52645
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 19, 2021
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.

Test failure System.Net.WebSockets.Tests.WebSocketDeflateTests.PayloadShouldHaveSimilarSizeWhenSplitIntoSegments

5 participants