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

Consistent ConfigureAwait on Loopback, RemoteExecutor.DisposeAsync #102699

Merged
merged 34 commits into from
Jun 3, 2024

Conversation

liveans
Copy link
Member

@liveans liveans commented May 26, 2024

This PR is doing couple of stuff:

  • Adding an async disposal to RemoteExecutor and using it in tests.
  • Using ConfigureAwait(false) more consistently on Http3Loopback(Server/Connection/Stream) classes.

@liveans liveans added NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) NO-REVIEW Experimental/testing PR, do NOT review it labels May 26, 2024
Copy link
Contributor

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

@liveans
Copy link
Member Author

liveans commented May 27, 2024

/azp run runtime

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@liveans
Copy link
Member Author

liveans commented May 27, 2024

/azp run runtime

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@liveans
Copy link
Member Author

liveans commented May 29, 2024

/azp run runtime

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@liveans
Copy link
Member Author

liveans commented Jun 2, 2024

/azp run runtime

@liveans
Copy link
Member Author

liveans commented Jun 2, 2024

/azp run runtime-libraries-coreclr outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

1 similar comment
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@liveans
Copy link
Member Author

liveans commented Jun 3, 2024

/azp run runtime-libraries-coreclr outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@liveans liveans changed the title Activate some H/3 tests, consistent ConfigureAwait, RemoteExecutor.DisposeAsync consistent ConfigureAwait, RemoteExecutor.DisposeAsync Jun 3, 2024
@liveans liveans changed the title consistent ConfigureAwait, RemoteExecutor.DisposeAsync Consistent ConfigureAwait on Loopback, RemoteExecutor.DisposeAsync Jun 3, 2024
@liveans
Copy link
Member Author

liveans commented Jun 3, 2024

/azp run runtime-libraries-coreclr outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@liveans
Copy link
Member Author

liveans commented Jun 3, 2024

@CarnaViire @ManickaP I'll merge this as soon as CI finishes to run (if there are no related failures ofc). Are there any further concerns with this PR? Any other CI run you want to see?
I'll make a follow-up PR to close necessary issues and to re-enable parallelism/disabled tests.

Copy link
Member

@ManickaP ManickaP left a comment

Choose a reason for hiding this comment

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

LGTM module one comment.

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.

LGTM, thanks!

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.

7 participants