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>
This commit is contained in:
15
test/fuse_integration/simple_test.go
Normal file
15
test/fuse_integration/simple_test.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package fuse_test
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
// Simple test to verify the package structure is correct
|
||||
func TestPackageStructure(t *testing.T) {
|
||||
t.Log("FUSE integration test package structure is correct")
|
||||
|
||||
// This test verifies that we can compile and run tests
|
||||
// in the fuse_test package without package name conflicts
|
||||
|
||||
t.Log("Package name verification passed")
|
||||
}
|
||||
Reference in New Issue
Block a user