cockroachdb / cockroach

CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
https://www.cockroachlabs.com
Other
30k stars 3.79k forks source link

server+cli: test IPv6 networking #39623

Open knz opened 5 years ago

knz commented 5 years ago

Today we have zero tests that exercise IPv6 networking (we merely check the syntax of command-line flags and the validity of certain data structures). This is because our test suites run in CI using Docker and Docker does not support IPv6 well.

The test infrastructure must be upgraded to provide full support for IPv6 (both loopback, link-local and a public IPv6 network + IPv6 DNS) and our tests extended to utilize that.

Jira issue: CRDB-5570

github-actions[bot] commented 3 years ago

We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 5 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!

knz commented 3 years ago

still current

knz commented 3 years ago

GCP now supports IPv6 on VMs: https://cloud.google.com/vpc/docs/release-notes#July_20_2021

knz commented 3 years ago

cc @jlinder ^^

knz commented 3 years ago

https://cloud.google.com/compute/docs/ip-addresses/configure-ipv6-address

github-actions[bot] commented 1 year ago

We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!

jlinder commented 1 year ago

Still current.