awslabs / mountpoint-s3-csi-driver

Built on Mountpoint for Amazon S3, the Mountpoint CSI driver presents an Amazon S3 bucket as a storage volume accessible by containers in your Kubernetes cluster.
Apache License 2.0
215 stars 26 forks source link

Add end-to-end tests for local cache #292

Closed unexge closed 1 week ago

unexge commented 2 weeks ago

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

muddyfish commented 2 weeks ago

Are the thoughts here that MP should work as a filesystem, or that we want to test it actually uses a cache?

unexge commented 2 weeks ago

Are the thoughts here that MP should work as a filesystem, or that we want to test it actually uses a cache?

Former - I wanted to have a smoke test mainly, I expect Mountpoint to have more extensive tests to ensure cache works as expected. Here just wanted to ensure the filesystem still works when cache is enabled with multi-container, non-root etc setups.