-
-
Notifications
You must be signed in to change notification settings - Fork 37
Test fail. #266
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingnot qualifiedThe issue is not checked yet by the ownersThe issue is not checked yet by the owners
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingnot qualifiedThe issue is not checked yet by the ownersThe issue is not checked yet by the owners
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.
Also installed and start rethinkdb using below commands:
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