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