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

GH-44337: [CI][GLib] Fix a flaky StreamDecoder and Buffer test #44341

Merged
merged 1 commit into from
Oct 9, 2024

Commits on Oct 8, 2024

  1. apacheGH-44337: [CI][GLib] Fix a flaky StreamDecoder and Buffer test

    It's related to GC.
    
    StreamDecoder accepts incomplete data. They are kept until enough data
    are provided. A caller must not release the incomplete data before
    they are processed. If they are released, StreamDecoder may touch
    unexpected data.
    kou committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    29edcd1 View commit details
    Browse the repository at this point in the history