-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: vault connector errors on Mac #216
Comments
I also tried: NO_SIMULATED_PROGRESS=true USE_EXISTING_CLUSTER=true make -C manager test Makefile:74: warning: overriding commands for target
|
@simanadler after #217, what error do you get? Please close this issue if it's working now. |
We removed the go mod from the vault connector and this issue returned. Need to add to go.mod and ensure that it persists after |
@froesef can you help with that? In the linked issue from kubernetes/release it's both solved and a new check was added to the ci to check build on multiple platforms. We can copy their solution. |
When running "make test" on my Mac I got the following:
go: finding github.com/lib/pq v1.8.0
go: finding github.com/patrickmn/go-cache v2.1.0+incompatible
? github.com/ibm/the-mesh-for-data/connectors/vault [no test files]
? github.com/ibm/the-mesh-for-data/connectors/vault/testutil [no test files]
? github.com/ibm/the-mesh-for-data/connectors/vault/vault_utils [no test files]
github.com/shirou/gopsutil/disk
../../../../pkg/mod/github.com/shirou/[email protected]+incompatible/disk/disk_darwin.go:67:51: cannot use stat.Mntfromname[:] (type []byte) as type []int8 in argument to common.IntToString
../../../../pkg/mod/github.com/shirou/[email protected]+incompatible/disk/disk_darwin.go:68:49: cannot use stat.Mntonname[:] (type []byte) as type []int8 in argument to common.IntToString
../../../../pkg/mod/github.com/shirou/[email protected]+incompatible/disk/disk_darwin.go:69:50: cannot use stat.Fstypename[:] (type []byte) as type []int8 in argument to common.IntToString
../../../../pkg/mod/github.com/shirou/[email protected]+incompatible/disk/disk_darwin.go:85:43: cannot use stat.Fstypename[:] (type []byte) as type []int8 in argument to common.IntToString
FAIL github.com/ibm/the-mesh-for-data/connectors/vault/vaultconn-bl [build failed]
FAIL
The text was updated successfully, but these errors were encountered: