mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 20:22:07 +08:00
增加测试用例
This commit is contained in:
@@ -36,7 +36,7 @@ public class SlotOfferELSpringbootTest extends BaseTest {
|
||||
@Resource
|
||||
private FlowExecutor flowExecutor;
|
||||
|
||||
//最简单的情况
|
||||
//并发200,一共6w条线程去获取Slot的测试
|
||||
@Test
|
||||
public void testSlotOffer() throws Exception{
|
||||
Set<Integer> set = new ConcurrentHashSet<>();
|
||||
|
||||
Reference in New Issue
Block a user