goCeler-oss
goCeler-oss copied to clipboard
Local manual tests instructions do not work
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?
check out my diff here: https://github.com/celer-network/goCeler-oss/pull/6/commits/31c453946d394b087caa4e5bac54ceaa9eb43875
that should get you up and running
@maceip thanks for getting back, but I'm still running into the same issue even after your commit was merged to master.
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