You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run the aio integration test from the harness-cli, the test passes so there is data in mongoDB.
use docker-compose to exec in to the mongo container
launch the mongo shell
show dbs, works
use test_ur, works
show collections, works
db.test_ur.find(), show nothing in the collection
The text was updated successfully, but these errors were encountered:
run the aio integration test from the harness-cli, the test passes so there is data in mongoDB.
use docker-compose to exec in to the mongo container
launch the mongo shell
show dbs, works
use test_ur, works
show collections, works
db.test_ur.find(), show nothing in the collection
The text was updated successfully, but these errors were encountered: