Commit Graph

596 Commits (e1e438439c65bcbe25bd68a53d6c86990b02e631)

Author SHA1 Message Date
Aaron Jacobs 8eb077cbe7 Added (failing) tests for flush/fsync behavior.
For GoogleCloudPlatform/gcsfuse#13.
2015-03-20 12:04:34 +11:00
Aaron Jacobs 0451a1bafe FlushFSTest.FsyncError 2015-03-20 12:04:25 +11:00
Aaron Jacobs 2f3b25c19a FlushFSTest.FsyncReports 2015-03-20 12:03:25 +11:00
Aaron Jacobs f3c4cc1048 FlushFSTest.CloseError 2015-03-20 12:01:59 +11:00
Aaron Jacobs 4b0c377865 FlushFSTest.CloseReports_MultipleTimes_OverlappingFileHandles 2015-03-20 11:59:52 +11:00
Aaron Jacobs a8648b2868 We're not using byte slices. 2015-03-20 11:57:21 +11:00
Aaron Jacobs b8ce0bcb8d FlushFSTest.CloseReports_MultipleTimes_NonOverlappingFileHandles 2015-03-20 11:56:38 +11:00
Aaron Jacobs 59c2823005 FlushFSTest.CloseReports_WriteOnly 2015-03-20 11:54:43 +11:00
Aaron Jacobs 7f5d9a43f2 FlushFSTest.CloseReports_ReadOnly 2015-03-20 11:54:09 +11:00
Aaron Jacobs a932a6549e Support flush/fsync errors. 2015-03-20 11:52:54 +11:00
Aaron Jacobs 4eda8330e8 byteSliceEq 2015-03-20 11:51:26 +11:00
Aaron Jacobs 0698d68032 flushFS.WriteFile 2015-03-20 11:49:45 +11:00
Aaron Jacobs b87740f7f2 flushFS.OpenFile. 2015-03-20 11:40:53 +11:00
Aaron Jacobs 38e2aaff58 flushFS.GetInodeAttributes 2015-03-20 11:40:14 +11:00
Aaron Jacobs d7fec86069 flushFS.LookUpInode 2015-03-20 11:38:40 +11:00
Aaron Jacobs 604281b157 Changed the contents of flushFS. 2015-03-20 11:34:16 +11:00
Aaron Jacobs 1c062d495e FlushFSTest.CloseReports_ReadWrite 2015-03-20 11:33:15 +11:00
Aaron Jacobs dfa0452003 Implemented helpers. 2015-03-20 11:26:32 +11:00
Aaron Jacobs d6eb065a4d Set up more test structure. 2015-03-20 11:25:15 +11:00
Aaron Jacobs 87a08d4388 Added some test names. 2015-03-20 11:23:15 +11:00
Aaron Jacobs 20b5ac7634 flushFS.Init 2015-03-20 11:22:16 +11:00
Aaron Jacobs e1375f33da NewFileSystem 2015-03-20 11:21:38 +11:00
Aaron Jacobs 2fe7597c4e FlushFSTest.SetUp 2015-03-20 11:20:29 +11:00
Aaron Jacobs ffa094be50 Switched to string for fool-proofness. 2015-03-20 11:18:56 +11:00
Aaron Jacobs 76f61fa467 Added a test stub. 2015-03-20 11:17:27 +11:00
Aaron Jacobs 2a57c26cec Began on a file system to help test flush/fsync support. 2015-03-20 11:15:26 +11:00
Aaron Jacobs addbb4663b Refactored tests in samples/ to share a bunch of boilerplate. 2015-03-20 11:14:53 +11:00
Aaron Jacobs ba6909e398 Fixed an out of date name. 2015-03-20 11:14:45 +11:00
Aaron Jacobs 8f8b5c9c44 Converted memfs_test. 2015-03-20 11:11:20 +11:00
Aaron Jacobs abeaf77890 Added a ToClose field. 2015-03-20 11:10:04 +11:00
Aaron Jacobs 0b43e99333 Use the names SetUp and TearDown so that ogletest doesn't run them. 2015-03-20 11:07:43 +11:00
Aaron Jacobs f099d9868f Updated hello_fs_test. 2015-03-20 10:50:36 +11:00
Aaron Jacobs 08f495e8b0 Refactored SampleTest.Destroy. 2015-03-20 10:47:46 +11:00
Aaron Jacobs 03f5453297 Oops, use t.Ctx. 2015-03-20 10:46:20 +11:00
Aaron Jacobs bdfb8cacce SampleTest.Destroy. 2015-03-20 10:46:02 +11:00
Aaron Jacobs 5e5a2d3356 SampleTest.Initialize 2015-03-20 10:44:50 +11:00
Aaron Jacobs 0ce062dde3 Declared a helper struct for sample tests. 2015-03-20 10:40:34 +11:00
Aaron Jacobs 8d0ce150a0 Updated import paths after the repo move. 2015-03-19 12:39:47 +11:00
Aaron Jacobs be63bc9622 Better nailed down posix and Linux append mode pwrite semantics. 2015-03-18 16:16:50 +11:00
Aaron Jacobs 76226f19f5 Updated PosixTest.WriteStartsPastEndOfFile_AppendMode for Linux. 2015-03-18 16:16:24 +11:00
Aaron Jacobs e011f89d97 PosixTest.WriteStartsPastEndOfFile_AppendMode 2015-03-18 16:13:28 +11:00
Aaron Jacobs 68d48f6197 Added an Nlink field and updated tests and samples to use it.
For #2.
2015-03-18 14:15:41 +11:00
Aaron Jacobs cd4980bf7d Uncommented unlink tests. 2015-03-18 14:14:46 +11:00
Aaron Jacobs 1a27522693 Added cachingfs support for nlink. 2015-03-18 14:14:19 +11:00
Aaron Jacobs 7120eb1f3d Added memfs support for nlink. 2015-03-18 14:13:37 +11:00
Aaron Jacobs 7e8f3266ef Added hellofs support for nlink. 2015-03-18 14:11:36 +11:00
Aaron Jacobs 08b7f22d0a Added server support for Nlink. 2015-03-18 14:10:24 +11:00
Aaron Jacobs cf86ea52d1 Added an InodeAttributes.Nlink field. 2015-03-18 14:09:30 +11:00
Aaron Jacobs 33e35f568b Tightened up nlink-related tests for sample file systems.
These are currently failing due to bazillion/fuse@58c769a. See #2.
2015-03-18 14:07:26 +11:00
Aaron Jacobs c1c54788fb Updated a comment that used to be a TODO. 2015-03-18 13:58:23 +11:00