cockroachdb / cockroachdb/cockroach-go

Testing in pipeline

Open
#158 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
169
Forks
78
PR merge metrics
No merged PRs in 30d

Description

I'm trying to run a test with this server at Gitlab in Pipeline. As always everything works locally but at Gitlab I got

```
2023/01/11 16:21:06 cockroach-go testserver: [ldd --version]: out="" err=exit status 1
2023/01/11 16:21:06 GET https://binaries.cockroachdb.com/cockroach-v22.1.12.linux-amd64.tgz
2023/01/11 16:21:07 saving https://binaries.cockroachdb.com/cockroach-v22.1.12.linux-amd64.tgz to /tmp/cockroach-22.1.12, this may take some time
2023/01/11 16:21:09 Using automatically-downloaded binary: /tmp/cockroach-22.1.12
{"level":"fatal","msg":"cockroach-go testserver command /tmp/cockroach-22.1.12 version failed: exit status 127","time":"2023-01-11T16:21:09Z"}
```

small part of code
```
...
ts, err := testserverCR.NewTestServer(testserverCR.CustomVersionOpt("22.1.12"))
if err != nil {
log.Fatal(err)
}
...
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.