sofa
sofa copied to clipboard
Unit Test Failures Related to db_alldocs, db_bulk_create, db_bulk_get, and Connection Issues
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:
-
db_alldocs
tests fail due to thedb_test_name
object not being found. -
db_bulk_create
anddb_bulk_get
tests fail because of connection issues with CouchDB. - 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.