Skip to content

Fix broken pipe: consume POST body#2887

Merged
DelevoXDG merged 1 commit intomainfrom
zdobnikau/fix-broken-pipe-tests
Dec 2, 2025
Merged

Fix broken pipe: consume POST body#2887
DelevoXDG merged 1 commit intomainfrom
zdobnikau/fix-broken-pipe-tests

Conversation

@DelevoXDG
Copy link
Contributor

@DelevoXDG DelevoXDG commented Dec 2, 2025

Attempts to fix flakiness of our tests:

    error: error sending request for url (http://127.0.0.1:45915/api/v1/packages/new)

    Caused by:
        0: client error (SendRequest)
        1: error writing a body to connection
        2: Broken pipe (os error 32)

The theory is that response is being returned prior to POST request body being consumed, thus resulting in error writing a body to connection

@DelevoXDG DelevoXDG requested a review from a team as a code owner December 2, 2025 13:02
@DelevoXDG DelevoXDG enabled auto-merge December 2, 2025 13:05
@DelevoXDG DelevoXDG added this pull request to the merge queue Dec 2, 2025
Merged via the queue into main with commit 412a73f Dec 2, 2025
16 checks passed
@DelevoXDG DelevoXDG deleted the zdobnikau/fix-broken-pipe-tests branch December 2, 2025 13:41
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