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

Local manual tests instructions do not work #5

Open
ybstaked opened this issue Jun 8, 2021 · 3 comments
Open

Local manual tests instructions do not work #5

ybstaked opened this issue Jun 8, 2021 · 3 comments

Comments

@ybstaked
Copy link

ybstaked commented Jun 8, 2021

I tried following https://github.com/celer-network/goCeler-oss/blob/master/test/manual/README.md#run-local-manual-tests, but here is the error I get:

+ arg=pipefail
+ case ${arg} in
+ basic_setup
+ echo 'setup testnet'
setup testnet
+ rm -rf /tmp/celer_manual_test
+ go run /Users/yashbhutwala/gocode/src/github.com/celer-network/goCeler-oss/test/manual/setup.go -logcolor
Using folder: /tmp/celer_manual_test/
2021-06-08 14:44:10.623 |INFO | utils.go:257: outRootDir /tmp/celer_manual_test/ envDir /Users/yashbhutwala/gocode/src/github.com/celer-network/goCeler-oss/testing/env/
2021-06-08 14:44:10.626 |INFO | utils.go:266: copy /Users/yashbhutwala/gocode/src/github.com/celer-network/goCeler-oss/testing/env/keystore /tmp/celer_manual_test/chaindata/keystore
geth pid: 63578
geth process failed: exit status 1
exit status 1
> go version                                                                                                 
go version go1.16.5 darwin/amd64


> geth version
Geth
Version: 1.10.3-stable
Architecture: amd64
Go Version: go1.16.3
Operating System: darwin
GOPATH=/Users/yashbhutwala/gocode
GOROOT=go

Is there better, functioning instructions for how to run celer on testnet?

@maceip
Copy link
Contributor

maceip commented Jun 9, 2021

check out my diff here: 31c4539

that should get you up and running

@ybstaked
Copy link
Author

ybstaked commented Jun 29, 2021

@maceip thanks for getting back, but I'm still running into the same issue even after your commit was merged to master.

@grGred
Copy link

grGred commented Jan 21, 2022

I recieve same error, any updates there?

setup testnet
Using folder: /tmp/celer_manual_test/
2022-01-21 21:22:41.373 |INFO | utils.go:257: outRootDir /tmp/celer_manual_test/ envDir /home/gred/goCeler-oss/testing/env/
2022-01-21 21:22:41.373 |INFO | utils.go:266: copy /home/gred/goCeler-oss/testing/env/keystore /tmp/celer_manual_test/chaindata/keystore
geth pid: 187998
geth process failed: exit status 1
exit status 1

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

3 participants