From d67d79d8524c6bee85cafc767c11c895e2c5f8cd Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Fri, 3 Mar 2023 10:31:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=BC=8F=E6=8E=89=E7=9A=84?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../liteflow/test/asyncNode/AsyncNodeELSpringbootTest.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/asyncNode/AsyncNodeELSpringbootTest.java b/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/asyncNode/AsyncNodeELSpringbootTest.java index 1f109d964..0c529fb44 100644 --- a/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/asyncNode/AsyncNodeELSpringbootTest.java +++ b/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/asyncNode/AsyncNodeELSpringbootTest.java @@ -54,6 +54,12 @@ public class AsyncNodeELSpringbootTest extends BaseTest { ).contains(response.getExecuteStepStr())); } + @Test + public void testAsyncFlow3() { + LiteflowResponse response = flowExecutor.execute2Resp("chain3", "it's a base request"); + Assert.assertTrue(response.isSuccess()); + } + //测试errorResume,默认的errorResume为false,这里测试默认的 @Test public void testAsyncFlow3_1() {