Clayton Coleman
7f01e23380
Ignore the sticky gid mode bit when a test is running on memory EmptyDir
...
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.
2019-02-24 17:30:37 -08:00
..
2018-11-10 07:50:31 -05:00
2018-11-10 07:50:31 -05:00
2018-06-22 16:22:57 -07:00
2018-12-19 17:38:30 -08:00
2019-02-04 10:34:53 +05:30
2019-02-04 22:33:12 +01:00
2018-10-17 10:11:49 +08:00
2018-02-16 13:43:01 -08:00
2018-02-16 13:43:01 -08:00
2018-04-19 09:18:53 -07:00
2018-11-10 07:50:31 -05:00
2018-06-22 16:22:18 -07:00
2019-02-04 22:33:12 +01:00
2018-02-16 13:43:01 -08:00
2018-06-06 23:17:04 +03:00
2018-11-10 07:50:31 -05:00
2019-02-08 10:36:16 -08:00
2019-02-08 10:36:16 -08:00
2019-02-08 10:36:16 -08:00
2018-06-22 16:22:57 -07:00
2018-08-17 09:15:33 +02:00
2019-02-24 17:30:37 -08:00
2018-11-10 07:50:31 -05:00
2019-02-05 13:39:07 -05:00
2017-11-16 10:18:00 +01:00
2018-11-10 07:50:31 -05:00
2018-02-16 13:43:01 -08:00
2018-06-22 16:22:57 -07:00
2018-11-10 07:50:31 -05:00
2018-12-27 09:40:33 -08:00
2018-06-22 16:22:57 -07:00
2018-06-22 16:22:57 -07:00
2018-11-10 07:50:31 -05:00
2018-10-26 23:58:30 +08:00
2018-06-22 16:22:18 -07:00
2018-06-22 16:22:18 -07:00
2018-06-22 16:22:57 -07:00
2018-06-22 16:22:57 -07:00
2018-02-22 23:17:38 -08:00
2018-11-03 16:50:28 -07:00
2018-02-16 13:43:01 -08:00
2019-01-30 16:38:51 -08:00
2019-02-04 10:34:53 +05:30
2019-02-22 15:10:16 +08:00