Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> |
||
---|---|---|
.. | ||
components/docker | ||
README.md | ||
config.yaml | ||
docker-compose-cluster.yml | ||
docker-compose-single.yml | ||
mongo_setup.sh | ||
mongodb_test.go |
README.md
MongoDB State Store certification testing
This project aims to test the MongoDB State Store component under various conditions.
Test plan
Basic Test for CRUD operations:
- Able to create and test connection.
- Able to do set, fetch, update and delete.
- Negative test to fetch record with key, that is not present.
Component must reconnect when server or network errors are encountered
Infra test:
- When MongoDB goes down and then comes back up - client is able to connect