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

Test fail. #266

Open
odidev opened this issue Feb 14, 2022 · 1 comment
Open

Test fail. #266

odidev opened this issue Feb 14, 2022 · 1 comment
Labels
bug Something isn't working not qualified The issue is not checked yet by the owners

Comments

@odidev
Copy link

odidev commented Feb 14, 2022

I have been working to build and test this package for amd64 and arm64 architectures. While testing this package with “pytest” getting connection error, it is trying to create a connection string to connect rethink db server.

rethinkdb.errors.ReqlDriverError: Could not connect to 127.0.0.1:28015. Error: [Errno 111] Connection refused

Also installed and start rethinkdb using below commands:

$ source /etc/lsb-release && echo "deb https://download.rethinkdb.com/repository/ubuntu-$DISTRIB_CODENAME $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list 
$ wget -qO- https://download.rethinkdb.com/repository/raw/pubkey.gpg | sudo apt-key add - 
$ sudo apt-get update 
$ sudo apt-get install rethinkdb  
$ rethinkdb 

Then try to change the default port using, “rethinkdb --bind all --http-port 8085” but still it is showing the same above error.

It would be helpful if you could share some pointers on it

@odidev odidev added bug Something isn't working not qualified The issue is not checked yet by the owners labels Feb 14, 2022
@lsabi
Copy link
Contributor

lsabi commented Feb 15, 2022

Have you tested if the database can be reached? It seems more a problem with the database instance not being reachable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working not qualified The issue is not checked yet by the owners
Projects
None yet
Development

No branches or pull requests

2 participants