oauth2-proxy/pkg/proxyhttp
Mateen Anjum 1c29c17067
fix: skip the invalid fd IPv6 bind test in DevContainer environments
The "invalid fd IPv6 bind address" table entry binds [::1]:0 but was
missing ipv6: true, so skipDevContainer never ran for it and the test
failed with "bind: cannot assign requested address" under DEVCONTAINER=1
on hosts without IPv6. Mark it ipv6 like its sibling "valid fd IPv6 bind
address" entry so the guard skips it.

Signed-off-by: Mateen Anjum <mateenali66@gmail.com>
2026-05-29 03:38:29 -04:00
..
http_suite_test.go chore(deps): update dependency golangci/golangci-lint to v2.7.2 (#3254) 2026-01-04 10:23:26 +01:00
server.go feat: add support for setting a unix binding's socket file mode (#3376) 2026-03-19 00:08:50 +08:00
server_group.go chore(deps): update dependency golangci/golangci-lint to v2.7.2 (#3254) 2026-01-04 10:23:26 +01:00
server_group_test.go chore(deps): update dependency golangci/golangci-lint to v2.7.2 (#3254) 2026-01-04 10:23:26 +01:00
server_test.go fix: skip the invalid fd IPv6 bind test in DevContainer environments 2026-05-29 03:38:29 -04:00
systemd_socket.go chore(deps): update dependency golangci/golangci-lint to v2.7.2 (#3254) 2026-01-04 10:23:26 +01:00
systemd_unsupported.go chore(deps): update dependency golangci/golangci-lint to v2.7.2 (#3254) 2026-01-04 10:23:26 +01:00