Skip to content

Streaming CI Debugging #33917

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

Merged
merged 7 commits into from
Jun 29, 2021

Conversation

TanayParikh
Copy link
Contributor

<Ignore this, just using it to debug tests failing only in CI>

@TanayParikh TanayParikh requested a review from a team as a code owner June 28, 2021 19:24
@ghost ghost added the area-blazor Includes: Blazor, Razor Components label Jun 28, 2021
@TanayParikh TanayParikh removed the request for review from a team June 28, 2021 19:25
@TanayParikh TanayParikh marked this pull request as draft June 28, 2021 19:25
// Act & Assert 1
// Wait past the initial timeout + 15 sec buffer room and then
// confirm unhandled exception raised to crush circuit
await Task.Delay(TimeSpan.FromSeconds(25));
Copy link
Member

Choose a reason for hiding this comment

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

Tests should be rewritten to not rely on Task.Delay.

@TanayParikh
Copy link
Contributor Author

@TanayParikh TanayParikh marked this pull request as ready for review June 29, 2021 05:56
@TanayParikh TanayParikh merged commit 1ea5be4 into taparik/streamingFollowups Jun 29, 2021
@TanayParikh TanayParikh deleted the taparik/streamingCIDebugging branch June 29, 2021 05:56
TanayParikh added a commit that referenced this pull request Jul 9, 2021
* Streaming Interop Followup Items

* Streaming CI Debugging (#33917)

* CI Debugging

* CiData message

* CiData message

* Update RemoteJSDataStream.cs

* Remove Task.Delay

* Update RemoteJSDataStream.cs

* Update RemoteJSDataStream.cs

* PR Feedback (Including PipeReader Property)

* Improve documentation on safe defaults

* Task Completion Source & DefaultTimeout

* InvalidateLastDataReceivedTimeForTimeout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-blazor Includes: Blazor, Razor Components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants