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

fix(bindings/python): Make sure read until EOF #4995

Merged
merged 6 commits into from
Aug 15, 2024
Merged

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    a1488bc View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    19b2f92 View commit details
    Browse the repository at this point in the history
  2. Fix: Ensure full content is read before performing assertions

    This commit addresses the issue raised in the pull request apache#4989, where the `read()` operation did not always return the expected content length.
    
    Changes include:
    - Implementing a loop to gather all content chunks until EOF.
    - Performing the assertion after the entire content has been read.
    
    This ensures that the test passes stably by correctly handling cases where `read()` may not return the full content in one go.
    Bicheka committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    69031ee View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    0d0c08e View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    f431516 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge branch 'main' into main

    Bicheka committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    389e317 View commit details
    Browse the repository at this point in the history