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

Cherry-Pick: E2E tests for new streaming library (#5932) #5941

Merged
merged 1 commit into from Oct 29, 2021

Conversation

msomanathan
Copy link
Contributor

@msomanathan msomanathan commented Oct 29, 2021

Fixes #5815 #5862 #5865 #5867

Cherry-pick #5932

* E2E test infra with basic sample test.

* Activity tests with suggested actions and attachments.

* Chunk streams if > 3KB.

* Perf optimization when chunking of stream not needed.

* Crash/Disconnect/Cancellation tests.

* Refactor to enable concurrency testing.

* Concurrency test.

* Fix build break.

* Fix build break.

* Fix test failure.

* Pass CancellationToken in server and client.

* CancellationToken in BotFrameworkHttpAdapter.

* Fix test issue.

* Fix test.

* Optimize chunking for non-memory streams.

* Chunk optimization for MemoryStream

* Streaming: Add TimeOut centralized methods that are also debugger friendly (#5938)

* Streaming: add default timeout extension method that is debugger friendly

* Streaming session: clean up usings

* Streaming client: fix credentials

* Remove streaming library dependency on ASP.NET core Http. (#5937)

* Remove streaming library dependency on ASP.NET core Http.

* Remove Microsoft.AspNetCore.Connections.Abstractions dependency.

* Dispose socket.

* Dispose socket in StreamingConnection.

Co-authored-by: Carlos Castro <carlosscastro@users.noreply.github.com>
@msomanathan msomanathan merged commit 1fa6568 into 4.15 Oct 29, 2021
@msomanathan msomanathan deleted the msomanathan/cherrypick-streaming-e2etest branch October 29, 2021 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants