aboutsummaryrefslogtreecommitdiff
path: root/test/fuse_integration/minimal_test.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2025-07-16 12:43:08 -0700
committerGitHub <noreply@github.com>2025-07-16 12:43:08 -0700
commit9982f91b4ca885f09c32d87b3c31fe76c1304e8e (patch)
tree058cfa836389db65f489a473773f57ad1990af2b /test/fuse_integration/minimal_test.go
parent215c5de5799f9d71a63cd385f3db143cb4886692 (diff)
downloadseaweedfs-9982f91b4ca885f09c32d87b3c31fe76c1304e8e.tar.xz
seaweedfs-9982f91b4ca885f09c32d87b3c31fe76c1304e8e.zip
Add more fuse tests (#6992)
* add more tests * move to new package * add github action * Update fuse-integration.yml * Update fuse-integration.yml * Update test/fuse_integration/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update test/fuse_integration/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update test/fuse_integration/framework.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update test/fuse_integration/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update test/fuse_integration/README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix * Update test/fuse_integration/concurrent_operations_test.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'test/fuse_integration/minimal_test.go')
-rw-r--r--test/fuse_integration/minimal_test.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/fuse_integration/minimal_test.go b/test/fuse_integration/minimal_test.go
new file mode 100644
index 000000000..8d849fe77
--- /dev/null
+++ b/test/fuse_integration/minimal_test.go
@@ -0,0 +1,7 @@
+package fuse_test
+
+import "testing"
+
+func TestMinimal(t *testing.T) {
+ t.Log("minimal test")
+}