[Bug] [1.5.0] There is an error in the log, but the repl-java task was executed successfully #5034
Closed
1 of 2 tasks
Labels
bug
Something isn't working
Search before asking
Linkis Component
linkis-computation-governance
Steps to reproduce
sh bin/linkis-cli -engineType repl-1 -code "import org.apache.commons.lang3.StringUtils; public void sayHello() {
System.out.println("hello");
System.out.println(StringUtils.isEmpty("hello"));
};
sayHello()" -codeType repl
Expected behavior
task executes fail
Your environment
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: