Add tests for host volume feature
Closed this issue · 0 comments
Neha-Sinha2305 commented
Add tests for host volume feature:
Tests:
Scenario 1
- Deploy minio
- Write some data
- Destroy the job
- Deploy new minio with existing volume
- Verify that data available on new instance
Scenario 2
- Deploy minio
- Write some data
- Simulate container crash (docker cli, stop container and remove it)
- Nomad should automatically create a new instance of container with the same volume
- Verify that data available on new instance