Skip to content

Conversation

@antonfirsov
Copy link
Contributor

Follow up on #59203 (comment).

High failure counts confirmed by checking Kusto.

@ghost
Copy link

ghost commented Sep 20, 2021

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

Issue Details

Follow up on #59203 (comment).

High failure counts confirmed by checking Kusto.

Author: antonfirsov
Assignees: -
Labels:

area-System.Net.Sockets

Milestone: -

{
if (PlatformDetection.IsWindows10Version22000OrGreater)
{
// [ActiveIssue("https://github.com/dotnet/runtime/issues/58898")]
Copy link
Contributor

Choose a reason for hiding this comment

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

Isn't it better to have the [ActiveIssue] attribute and add the platform detection as a [ConditionalFact] attribute?

Copy link
Contributor Author

@antonfirsov antonfirsov Sep 21, 2021

Choose a reason for hiding this comment

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

Addressed in d26494f. The SkipTestException trick somehow became a repo-wide practice for skipping on Windows 11, also not big fan of it.

Copy link
Member

Choose a reason for hiding this comment

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

At least for the SslStream I see this is temporary. For me this seems to have less overhead comparing to build new conditional variables. The other part is that we would see it in database and it is visible during test run e.g. serves as reminder as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The other part is that we would see it in database and it is visible during test run e.g. serves as reminder as well.

This makes sense, though I prefer to merge the PR as-is for now. We need to deal with #58898 with high priority anyways.

@antonfirsov antonfirsov merged commit a8c2d1e into dotnet:main Sep 23, 2021
@karelz karelz added this to the 7.0.0 milestone Oct 14, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Nov 13, 2021
@wfurt
Copy link
Member

wfurt commented Jan 7, 2022

/backport to release/6.0

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