Closed pawalt closed 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.
This change is
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.