增加tag的测试用例

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

View File

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