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

Http stream end to end tests #32

Merged
merged 5 commits into from
Feb 5, 2024
Merged

Http stream end to end tests #32

merged 5 commits into from
Feb 5, 2024

Conversation

ejizba
Copy link
Contributor

@ejizba ejizba commented Jan 30, 2024

These tests include:

  • A "hello world" request with "transfer-encoding" set to "chunked" (the default for any streamed request)
  • Streaming random data up to 2g in both the request and the response
  • 256 concurrent requests

These tests are not meant to be exhaustive performance/stress testing and do not represent the limits of what the feature can do, just the limits of what I wanted to included in our end-to-end tests. I still want separate perf testing

I'm still testing streaming both on and off, with the former as the default and the latter as a part of the "oldConfig" test pass.

azure-pipelines/test.yml Outdated Show resolved Hide resolved
@ejizba ejizba merged commit a71ccdb into main Feb 5, 2024
5 checks passed
@ejizba ejizba deleted the ej/httpStream2 branch February 5, 2024 23:31
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.

2 participants