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 or arguments of `tests/bin/xxx.sh` to start up other test
environment like run_fuse_testers.sh
--
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]