Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, bincheck started a single node database instance without specifying the address/port it listens on. In this case the server code tried to resolve the hostname and use it. See https://github.com/cockroachdb/cockroach/blob/d498a59cc2afc9778af6f7e0120206ab1ee56bc2/pkg/base/addr_validation.go#L128 for the details. At some point this method stopped working on MacOS GitHub workers. There is an upstream issue open: actions/runner-images#8649 This PR explicitly sets the `--listen-addr` parameter to skip the problematic code. Epic: none Release note: None
- Loading branch information