Skip to content

Conversation

@HofmeisterAn
Copy link
Collaborator

What does this PR do?

Occasionally, the HTTP wait strategy tests fail. I did some testing using GitHub Codespaces and noticed that the HTTP response messages we use in our tests weren't being properly sent to the client. It looks like we are just sending HTTP/1.1 200 OK without the newlines.

I made a small adjustment to the socat container configuration we use to mimic an HTTP backend. It now sends a properly formatted HTTP-compliant response. I tested the changes for a while and the tests haven't failed since.

Why is it important?

To keep the CI green.

Related issues

-

@HofmeisterAn HofmeisterAn added the bug Something isn't working label Aug 2, 2025
@netlify
Copy link

netlify bot commented Aug 2, 2025

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit f122abe
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-dotnet/deploys/688e0b07d920d30008c45d7b
😎 Deploy Preview https://deploy-preview-1505--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@HofmeisterAn HofmeisterAn merged commit c88a73e into develop Aug 2, 2025
137 checks passed
@HofmeisterAn HofmeisterAn deleted the bugfix/send-valid-http-response branch August 2, 2025 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants