You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
kata-containers/runtime/virtcontainers/pkg/oci# go test -run TestGetShmSizeBindMounted
Expected result
PASS
Actual result
FAIL
Reason
On ppc64le:
s.Bsize is 65536
s.Blocks is 1
INFO[0000] shm-size detected: 65536 source=virtcontainers subsystem=oci
--- FAIL: TestGetShmSizeBindMounted (0.02s)
Error Trace: utils_test.go:839
Error: Not equal:
expected: 0x10000
actual: 0x2000
FAIL
exit status 1
FAIL github.com/kata-containers/runtime/virtcontainers/pkg/oci 0.054s
On x86:
[root@nitkon oci]# go test -run TestGetShmSizeBindMounted
s.Bsize is 4096
s.Blocks is 2
INFO[0000] shm-size detected: 8192 source=virtcontainers subsystem=oci
PASS
ok github.com/kata-containers/runtime/virtcontainers/pkg/oci 0.033s