-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Issue #9324 by DaisyCisneros #21824
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
Issue #9324 by DaisyCisneros #21824
Conversation
…_no_header test in test_streaming.py by utilizing a new function I added in streams.py. This new test named test_compress_plain_no_header_offline, passes!
|
Thank you for your contribution DaisyCisneros! We will review the pull request and get back to you soon. |
|
Thank you for your contribution, DaisyCisneros! |
|
Related issue: #9324 |
iscai-msft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall really great work @DaisyCisneros! Thank you so much for helping us out with this!
sdk/core/azure-core/tests/testserver_tests/coretestserver/coretestserver/test_routes/streams.py
Show resolved
Hide resolved
…sponse is now stream downloaded in test_compress_plain_no_header_offline
kristapratico
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DaisyCisneros this looks great to me! There are some test errors unrelated to your changes that we'll work on getting green! 😎
|
Looks great! Thanks for the contribution. |
|
@DaisyCisneros can you pull from main? I think once that happens this PR is good to go! |
|
/check-enforcer override |
…into add_back_error_message * 'main' of https://github.com/Azure/azure-sdk-for-python: switch error str tests to in (Azure#22016) drop py27 support (Azure#22531) Update TextAnalytics to enable live testing in sovereign clouds for multiple services (Azure#22461) fix: body is too long when create github release (Azure#22522) [AutoRelease] t2-labservices-2022-01-10-05622 (Azure#22401) [ACR] Change to support python3.6 or above only (Azure#22325) Sync eng/common directory with azure-sdk-tools for PR 2554 (Azure#22515) [purview catalog] regen with guids rest name fix (Azure#22495) Migrate EG tests to test proxy (Azure#21772) [Test Proxy] Normalize paths in test IDs (Azure#22508) Add packages to $PackageExclusions which do not build properly in Docs CI (Azure#22493) Update Manifest Publishing (Azure#22476) Issue Azure#9324 by DaisyCisneros (Azure#21824)
Added an offline version of the test_compress_plain_no_header test in test_streaming.py by utilizing a new function I added in streams.py. This new test named test_compress_plain_no_header_offline, passes!