cockroachdb / cockroach-go

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

Fix start-single-node error with v19.1 #82

Closed rafiss closed 4 years ago

rafiss commented 4 years ago

The testserver package was recently changed to always use start-single-node. However, v19.1 does not have this subcommand. To work around this, we just try using start if start-single-node hits an error.

rafiss commented 4 years ago

thank you!