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

Unit tests failing with IncompleteRead #419

Closed
briantist opened this issue Jun 12, 2023 · 1 comment · Fixed by #420
Closed

Unit tests failing with IncompleteRead #419

briantist opened this issue Jun 12, 2023 · 1 comment · Fixed by #420
Assignees
Labels

Comments

@briantist
Copy link
Contributor

See the latest CI runs: https://github.com/devopshq/artifactory/actions

Errors include:

requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(236 bytes read, -236 more expected)', IncompleteRead(236 bytes read, -236 more expected))
urllib3.exceptions.IncompleteRead: IncompleteRead(236 bytes read, -236 more expected)

Should be fixed by getsentry/responses#643 (thanks @beliaev-maksim!) but I wanted to open an issue to track that because:

@beliaev-maksim
Copy link
Member

no, we actually need to update tests on artifactory

we need to enable autocalculation of content length or provide header with the right content length

@allburov allburov added the Help Wanted We will be glad if somebody proposes a solution via PR label Jun 15, 2023
@beliaev-maksim beliaev-maksim self-assigned this Jun 16, 2023
@beliaev-maksim beliaev-maksim added Bug and removed Help Wanted We will be glad if somebody proposes a solution via PR labels Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

3 participants