[GAL-602] style: use validate mode

This commit is contained in:
chaochaoc
2024-07-01 15:52:40 +08:00
parent db1326f582
commit e106c6c6d6

View File

@@ -6,7 +6,7 @@ import org.junit.jupiter.api.Test;
public class ApplicationTest {
static {
// System.setProperty("easy.execute.mode", "validate");
System.setProperty("easy.execute.mode", "validate");
System.setProperty("flink.rest.bind-port", "8081");
// System.setProperty("flink.rest.flamegraph.enabled", "true");
System.setProperty("flink.heartbeat.timeout", "1800000");