ThinkParQ / beegfs-csi-driver

The BeeGFS Container Storage Interface (CSI) driver provides high performing and scalable storage for workloads running in Kubernetes. 📦 🐝
Apache License 2.0
65 stars 18 forks source link

Update CSI sanity tests #31

Open iamjoemccormick opened 3 months ago

iamjoemccormick commented 3 months ago

Currently sanity tests use csi-test v4.4.0 which only supports 1.6.0 of the CSI specification. We should bump this to the latest and also bump the CSI version supported by the driver. While at it we should also see if there are any tests we can stop skipping in the Makefile:

override TESTARGS += -ginkgo.skip='Controller Service \[Controller Server\] CreateVolume should fail when requesting to create a volume with already existing name and different capacity'