mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
增加tag的测试用例
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user