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

Unit Test Failures Related to db_alldocs, db_bulk_create, db_bulk_get, and Connection Issues #84

Closed
YaoxiangLi opened this issue Feb 20, 2024 · 0 comments

Comments

@YaoxiangLi
Copy link
Member

Uultiple unit test failures while running devtools::test() on the sofa package. The issues seem to revolve around db_alldocs, db_bulk_create, db_bulk_get, and general connection problems to 127.0.0.1:5984. Here's a summary of the problems:

  1. db_alldocs tests fail due to the db_test_name object not being found.
  2. db_bulk_create and db_bulk_get tests fail because of connection issues with CouchDB.
  3. Unexpected error messages in tests checking for database existence, expecting "Database does not exist" but getting connection errors.

It appears there might be missing setup instructions for test databases or misconfigurations in test environment settings.

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