kubernetes-csi / external-snapshotter

Sidecar container that watches Kubernetes Snapshot CRD objects and triggers CreateSnapshot/DeleteSnapshot against a CSI endpoint.
Apache License 2.0
455 stars 361 forks source link

e2e tests for Volume Group Snapshot #1080

Open xing-yang opened 2 months ago

manishym commented 2 months ago

/assign

manishym commented 2 months ago

@xing-yang do you mean e2e test of unit test. Can you please point me to similar test for volume snapshots for reference? In case it is e2e test, which repo are they in?

xing-yang commented 2 months ago

This issue is about e2e tests. Here's an example: https://github.com/kubernetes/kubernetes/blob/master/test/e2e/storage/testsuites/snapshottable.go

We also need to add unit tests. I'll open another issue for that.