Skip to content

Conversation

@shreyas-goenka
Copy link
Contributor

@shreyas-goenka shreyas-goenka commented Feb 3, 2026

Localhost loopback / communication is not allowed on serverless (due to presence of network namespaces). This breaks RecordRequests which relies on a localhost proxy server to record requests.

It's not possible to fix this in the CLI repo. Possible solutions include adding native recording capabiiities to the Go SDK or adding support for unix sockets to the Go SDK to redirect these requests via a unix socket and record those there.

In the short term though we need to move RecordRequests to the leaf nodes in the test tree, to avoid falsely skipping running these tests on DBR.

@shreyas-goenka shreyas-goenka changed the base branch from main to recordrequests-in-out February 3, 2026 16:17
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