From 769eb846fdf255cc214478f2896690d2ffcff071 Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Mon, 19 Dec 2022 19:02:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B5=8B=E8=AF=95=E7=94=A8?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../liteflow/test/slotOffer/SlotOfferELSpringbootTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/slotOffer/SlotOfferELSpringbootTest.java b/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/slotOffer/SlotOfferELSpringbootTest.java index bfc98bca1..f25822b46 100644 --- a/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/slotOffer/SlotOfferELSpringbootTest.java +++ b/liteflow-testcase-el/liteflow-testcase-el-springboot/src/test/java/com/yomahub/liteflow/test/slotOffer/SlotOfferELSpringbootTest.java @@ -36,7 +36,7 @@ public class SlotOfferELSpringbootTest extends BaseTest { @Resource private FlowExecutor flowExecutor; - //最简单的情况 + //并发200,一共6w条线程去获取Slot的测试 @Test public void testSlotOffer() throws Exception{ Set set = new ConcurrentHashSet<>();