Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing in pipeline #158

Open
sobiso opened this issue Jan 11, 2023 · 0 comments
Open

Testing in pipeline #158

sobiso opened this issue Jan 11, 2023 · 0 comments

Comments

@sobiso
Copy link

sobiso commented Jan 11, 2023

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)
	}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant