增加tag的测试用例

This commit is contained in:
everywhere.z
2025-09-05 11:12:54 +08:00
parent 9881cf2568
commit 1976bb9564

View File

@@ -77,7 +77,7 @@ public class NodeTagELSpringbootXmlTest extends BaseTest {
// 测试同id的节点在when场景中tag是否正常 // 测试同id的节点在when场景中tag是否正常
@Test @Test
public void testTag6() throws Exception { public void testTag6() throws Exception {
for (int i = 0; i < 10000; i++) { for (int i = 0; i < 1000; i++) {
LiteflowResponse response = flowExecutor.execute2Resp("chain6", "arg"); LiteflowResponse response = flowExecutor.execute2Resp("chain6", "arg");
DefaultContext context = response.getFirstContextBean(); DefaultContext context = response.getFirstContextBean();
Assertions.assertTrue(response.isSuccess()); Assertions.assertTrue(response.isSuccess());