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


##########
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:
   add script  to start up other test environment and and arguments in 
`run_fuse_testers.sh` to select which backend to run 



-- 
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