switchWarmup(channelId, pipelineId);
sleep(1000L); // 等manual release被响应
long start = System.currentTimeMillis();
try {
mainstemMonitor.waitForActive();
} catch (InterruptedException e) {
want.fail();
}
want.number(System.currentTimeMillis() - start).isGe(4000L);
ArbitrateFactory.destory(pipelineId);