FANNG1 commented on code in PR #6160:
URL: https://github.com/apache/gravitino/pull/6160#discussion_r1910065538


##########
clients/filesystem-fuse/tests/fuse_test.rs:
##########
@@ -106,14 +107,21 @@ fn test_fuse_system_with_auto() {
     test_fuse_filesystem(mount_point);
 }
 
-fn test_fuse_system_with_manual() {
-    test_fuse_filesystem("build/gvfs");
+#[test]
+fn fuse_it_test_fuse() {
+    test_enable_with!(RUN_TEST_WITH_FUSE);
+
+    test_fuse_filesystem("target/gvfs/gvfs_test");
 }
 
 fn test_fuse_filesystem(mount_point: &str) {

Review Comment:
   does this test s3 filesystem? how do you plan to support other cloud system 
like GCS? I think you need an abstraction.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to