mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
While running unit tests for perf on a Kube cluster with a memory backed emptydir as TMPDIR, TestSafeMakeDir failed with: ``` --- FAIL: TestSafeMakeDir (0.01s) mount_linux_test.go:661: test "directory-exists": expected permissions 20000000750, got 20020000750 ``` (TMPDIR set to /tmp/volume, /tmp/volume is EmptyDir with type Memory) The test doesn't actually care about `os.ModeSetgid`, so specifically mask it out when testing this way. |
||
|---|---|---|
| .. | ||
| BUILD | ||
| doc.go | ||
| exec.go | ||
| exec_mount.go | ||
| exec_mount_test.go | ||
| exec_mount_unsupported.go | ||
| fake.go | ||
| mount.go | ||
| mount_helper.go | ||
| mount_helper_test.go | ||
| mount_linux.go | ||
| mount_linux_test.go | ||
| mount_test.go | ||
| mount_unsupported.go | ||
| mount_windows.go | ||
| mount_windows_test.go | ||
| nsenter_mount.go | ||
| nsenter_mount_test.go | ||
| nsenter_mount_unsupported.go | ||
| OWNERS | ||
| safe_format_and_mount_test.go | ||