LindaSummer commented on PR #6726: URL: https://github.com/apache/gravitino/pull/6726#issuecomment-2756921648
> There are some problems on run the command of `./gradlew :clients:filesystem-fuse:build -PenableFuse=true` > > The task sequence are: > > Task :clients:filesystem-fuse:checkRustEnvironment --> Task :clients:filesystem-fuse:cargoBuild -->Task :clients:filesystem-fuse:checkRustProject > > 1. It is not correct. I think the check task should run before the build task. > > 2. The test task is missing. > > > > > > Please confirm behaviours of commands: > > ./gradlew :clients:filesystem-fuse:build -PenableFuse=true -x test > > ./gradlew :clients:filesystem-fuse:test -PenableFuse=true > > ./gradlew :clients:filesystem-fuse:check -PenableFuse=true > > ./gradlew :clients:filesystem-fuse:clean -PenableFuse=true Hi @diqiu50 , Thanks very much for your kind correction!❤️ I will check the task dependency sequence and update it today. Best Regards, Edward -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org