Files
kubernetes/test
Omer Tuchfeld 44a59710ea Fix failing test/e2e/storage/csi_mock_volume.go test
Followup on https://github.com/kubernetes/kubernetes/pull/111846. This
particular test was left out from that PR because once it was enabled it
started failing. It was desired to merge
https://github.com/kubernetes/kubernetes/pull/111846 irrespective of
this particular test.

The failure in the test was caused due to the
`createFSGroupRequestPreHook` mock CSI driver hook function assuming
that the request object passed to it is an instance of the respective
struct, but it's actually a pointer instead. This resulted in the hook
function not fulfilling its purpose, and the so the test failed.
2022-08-17 14:38:45 +02:00
..
2022-07-28 15:16:58 +03:00
2021-02-28 15:17:29 -08:00
2022-08-03 22:05:03 -05:00
2021-03-04 07:54:53 +01:00
2022-06-15 13:38:48 +09:00
2022-07-28 12:19:26 +05:30
2022-01-10 08:14:29 -05:00