Browse Source
Update test/fuse_integration/posix_extended_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
improve-fuse-mount2
Chris Lu
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
test/fuse_integration/posix_extended_test.go
|
|
@ -40,7 +40,7 @@ func TestPOSIXExtended(t *testing.T) { |
|
|
t.Run("ExtendedAttributes", suite.TestExtendedAttributes) |
|
|
t.Run("ExtendedAttributes", suite.TestExtendedAttributes) |
|
|
t.Run("FileLocking", suite.TestFileLocking) |
|
|
t.Run("FileLocking", suite.TestFileLocking) |
|
|
t.Run("AdvancedIO", suite.TestAdvancedIO) |
|
|
t.Run("AdvancedIO", suite.TestAdvancedIO) |
|
|
t.Run("SparseFIles", suite.TestSparseFiles) |
|
|
|
|
|
|
|
|
t.Run("SparseFiles", suite.TestSparseFiles) |
|
|
t.Run("LargeFiles", suite.TestLargeFiles) |
|
|
t.Run("LargeFiles", suite.TestLargeFiles) |
|
|
t.Run("MMap", suite.TestMemoryMapping) |
|
|
t.Run("MMap", suite.TestMemoryMapping) |
|
|
t.Run("DirectIO", suite.TestDirectIO) |
|
|
t.Run("DirectIO", suite.TestDirectIO) |
|
|
|