diqiu50 commented on code in PR #6160:
URL: https://github.com/apache/gravitino/pull/6160#discussion_r1910074917
##########
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:
This test is used to verify the directory after the FUSE filesystem is
mounted. It doesn’t matter whether the underlying storage is S3, GCS, or
anything else.
--
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]