cockroachdb / cockroach-go

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

testserver: short circuit downloading before making a request #173

Closed pawalt closed 1 year ago

pawalt commented 1 year ago

Previously, the testserver would always make a get request to download the cockroach binary. This commit short circuits the download logic to avoid making the initial request if the file already exists.

cockroach-teamcity commented 1 year ago

This change is Reviewable