cockroachdb / cockroach-go

Packages for go clients.
Apache License 2.0
160 stars 70 forks source link

Require specifying ports when using multiple nodes #145

Closed RichardJCai closed 2 years ago

RichardJCai commented 2 years ago

Previously it was using hardcoded ports, to allow parallel runs we want to be able to specify nodes.

It is on the user to make sure when a node is specified, that port cannot be stolen away during a node restart.

cockroach-teamcity commented 2 years ago

This change is Reviewable