Getting NodeGetVolumeStats implemented added a dependency to golang.org/x/sys/unix which will never work on windows nodes. This driver does NOT support Windows nodes but this does make running the unit tests on a windows desktop work and as an open source project we should acknowledge development may happen on any platform.
Running TestDriverSuite on a win11 desktop from Goland
Getting
NodeGetVolumeStats
implemented added a dependency togolang.org/x/sys/unix
which will never work on windows nodes. This driver does NOT support Windows nodes but this does make running the unit tests on a windows desktop work and as an open source project we should acknowledge development may happen on any platform.Running
TestDriverSuite
on a win11 desktop from GolandBefore changes:
After changes: