With a current checkout of the mainbranch of this repository, make testis failing two unit tests: the Driver controller test and the ClientProfile controller test.
Environment details
Image/version of ceph-csi-operator : current main branch
Image/version of Ceph-CSI driver :not used
Kubernetes cluster version : not used
Ceph cluster version : not used
Steps to reproduce
clone this git reopository, checking out the main branch.
run make test
Steps to reproduce the behavior:
Setup details:( set up dev environment on Linux or MacOS.
Deployment to trigger the issue: check out main branch of this repo repo. and run make test
See error
Actual results
Driver controller test and ClientProfile controller tests fail.
Describe the bug
With a current checkout of the
main
branch of this repository,make test
is failing two unit tests: the Driver controller test and the ClientProfile controller test.Environment details
Steps to reproduce
main
branch.make test
Steps to reproduce the behavior:
main
branch of this repo repo. and runmake test
Actual results
Driver controller test and ClientProfile controller tests fail.
driver controller test error:
ClientProfile controller test error:
Expected behavior
make test
should succeed.Logs
see paste above.
Additional context
I am seeing the same behavior on Linux(Fedora 41 ) and MacOS (Sonoma 14.6.1)