Closed georgysavva closed 4 years ago
LGTM! thank you. would you mind rebasing? master
has the whitespace issue fixed and the logic was refactored.
Done.
Tests are failing (the same is in the master):
=== RUN TestRunServer/SecureTenant
=== CONT TestRunServer
testserver_test.go:44: dial tcp 127.0.0.1:37305: connect: connection refused
It looks like that test is broken against cockroachdb master. Will skip for now, and I created https://github.com/cockroachdb/cockroach-go/issues/87
I merged https://github.com/cockroachdb/cockroach-go/pull/88 which skips that test. Sorry for the hassle, but could you try rebasing again?
Sure, done!
This adds the ability to specify a custom cockroach binary via
COCKROACH_BINARY
env variable. Existing--cockroach-binary
flag has more priority than the new env variable. See: https://github.com/cockroachdb/cockroach-go/issues/68