Closes https://github.com/dapr/components-contrib/issues/1938 Signed-off-by: Yash Nisar <yashnisar@microsoft.com> |
||
|---|---|---|
| .. | ||
| components/docker | ||
| README.md | ||
| config.yaml | ||
| docker-compose-cluster.yml | ||
| docker-compose-single.yml | ||
| go.mod | ||
| go.sum | ||
| 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