Commit Graph

118 Commits (master)

Author SHA1 Message Date
Michael Stapelberg 8edaf5989f skip failing test for now 2021-08-02 09:27:30 +02:00
Michael Stapelberg ae5da07e4c
remove naked returns across the code base (#75)
fixes #73
2020-01-28 10:10:08 +01:00
Michael Stapelberg cd3c1bb470 flush_fs_test: match another error message 2019-09-18 16:27:50 +02:00
Arran Walker 5ee7049312 replace imports of "golang.org/x/net/context" with "context" 2018-02-07 19:18:23 +00:00
Aaron Jacobs b2c3396382 Update state around "close without msyc" behavior on OS X. 2016-10-16 08:56:51 +01:00
Aaron Jacobs 57b4e8798f Fixed other tests on OS X. 2015-09-09 22:55:39 +10:00
Aaron Jacobs e69b8a8c37 Implement setattr; otherwise closing after writing fails. 2015-08-11 06:33:20 +00:00
Aaron Jacobs eaa0177b80 Clean up mappings even on assertion failure. 2015-08-11 06:33:20 +00:00
Aaron Jacobs c12f80b1e2 Fixed flushfs. 2015-07-29 10:23:51 +10:00
Aaron Jacobs 82289ebdd4 Fixed sample build errors. 2015-07-27 15:47:45 +10:00
Aaron Jacobs 964ae1b4e5 Don't rely on fuseshim for errors. 2015-07-24 14:02:55 +10:00
Aaron Jacobs aa32dd928b Fixed some more references to bazilfuse. 2015-07-24 09:42:43 +10:00
Aaron Jacobs 3103bb22a1 Updated samples. 2015-06-22 12:31:25 +10:00
Aaron Jacobs 4cba8c73d1 Fixed flushfs. 2015-06-05 14:23:26 +10:00
Aaron Jacobs 0c77f49eab Made a test work on both Linux and OS X. 2015-05-18 10:20:21 +10:00
Aaron Jacobs 3338682836 ReadOnlyTest.ReadDir 2015-05-18 10:16:49 +10:00
Aaron Jacobs 9e9c2ac2c9 ReadOnlyTest.StatFiles 2015-05-18 10:15:51 +10:00
Aaron Jacobs 7bef9dadfe Fixed tests to match real behavior. 2015-05-18 10:15:16 +10:00
Aaron Jacobs f547825dfa ReadOnlyTest.Chmod 2015-05-18 10:14:57 +10:00
Aaron Jacobs 039f159ab1 ReadOnlyTest.Chtimes 2015-05-18 10:14:19 +10:00
Aaron Jacobs dbc48cd39f ReadOnlyTest.OpenForWrite 2015-05-18 10:13:28 +10:00
Aaron Jacobs 87e443860a ReadOnlyTest.Mkdir 2015-05-18 10:11:21 +10:00
Aaron Jacobs 409c174eac ReadOnlyTest.CreateFile 2015-05-18 10:11:03 +10:00
Aaron Jacobs 2931e283d2 ReadOnlyTest.ReadRoot 2015-05-18 10:07:41 +10:00
Aaron Jacobs fc1e4aab6b flushFS.ReadDir 2015-05-18 10:06:19 +10:00
Aaron Jacobs 2f2c40a367 Allow opening the root dir in flushfs. 2015-05-18 09:58:40 +10:00
Aaron Jacobs 9ee0e4a22f Started ReadOnlyTest.ReadRoot. 2015-05-18 09:57:05 +10:00
Aaron Jacobs 20ff8c6aec ReadOnlyTest.SetUp 2015-05-18 09:54:34 +10:00
Aaron Jacobs 7caa7e6e91 Added test names. 2015-05-18 09:52:10 +10:00
Aaron Jacobs 74b847919c Fixed flushfs. 2015-03-25 10:00:19 +11:00
Aaron Jacobs e1e438439c Use FileSystem in memfs. 2015-03-25 09:35:32 +11:00
Aaron Jacobs beb1ac7430 Use FileSystem in flushfs. 2015-03-25 09:33:04 +11:00
Aaron Jacobs fd7866ea8b Fixed flushfs bugs. 2015-03-24 16:19:09 +11:00
Aaron Jacobs 9a704e1cd1 Mostly updated flushfs. 2015-03-24 16:17:10 +11:00
Aaron Jacobs 9190eea002 Fixed several build errors. 2015-03-24 16:14:42 +11:00
Aaron Jacobs 32da7d5015 FsyncErrorTest.Msync 2015-03-24 13:49:44 +11:00
Aaron Jacobs a0d210e535 Updated msync tests after setting MS_SYNC. 2015-03-24 13:36:33 +11:00
Aaron Jacobs 80c462596d Oops, set MS_SYNC or Linux does nothing. 2015-03-24 13:32:41 +11:00
Aaron Jacobs 3aaca555a4 NoErrorsTest.Mmap_WithMsync_CloseBeforeMunmap 2015-03-24 13:01:32 +11:00
Aaron Jacobs 2f5062ac6c Oops, msync helper is broken. 2015-03-24 13:00:18 +11:00
Aaron Jacobs 331695907b Oops, forgot to msync. 2015-03-24 12:58:59 +11:00
Aaron Jacobs 597e126409 NoErrorsTest.Mmap_WithMsync_MunmapBeforeClose 2015-03-24 12:57:38 +11:00
Aaron Jacobs 0888482d8a Implemented msync helper. 2015-03-24 12:56:01 +11:00
Aaron Jacobs edd7a48815 Declared msync-related tests. 2015-03-24 12:53:40 +11:00
Aaron Jacobs a032446479 Removed GOMAXPROCS-related workarounds.
These are no longer needed as of the work in #4.
2015-03-24 12:53:12 +11:00
Aaron Jacobs e4e12848fb Fixed fdatasync build errors on darwin. 2015-03-24 12:31:16 +11:00
Aaron Jacobs cf22c43238 Removed redundant checks that don't work for all error types. 2015-03-24 12:26:22 +11:00
Aaron Jacobs db0ab82bdd FsyncErrorTest.Fdatasync 2015-03-24 12:24:00 +11:00
Aaron Jacobs 51f6b01135 NoErrorsTest.Fdatasync 2015-03-24 12:22:25 +11:00
Aaron Jacobs fddf222e4f Declared fdatasync tests. 2015-03-24 12:04:16 +11:00