Skip to content

Commit f23ecfc

Browse files
author
liwen.2022
committed
test: remove some test case to speed up unit test
Change-Id: I5aa348ab17977ce1f0e080f7801b28797ef82af9
1 parent 8dbb8c4 commit f23ecfc

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

store/src/test/java/org/apache/rocketmq/store/timer/TimerMessageStoreTest.java

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,6 @@ public void testTimerFlowControl() throws Exception {
238238
testTimerFlowControlCommon();
239239
}
240240

241-
@Test
242-
public void testDledgerTimerFlowControl() throws Exception {
243-
initStore(true);
244-
testTimerFlowControlCommon();
245-
}
246-
247241
public void testTimerFlowControlCommon() throws Exception {
248242
String topic = "TimerTest_testTimerFlowControl";
249243

@@ -293,12 +287,6 @@ public void testPutExpiredTimerMessage() throws Exception {
293287
testPutExpiredTimerMessageCommon();
294288
}
295289

296-
@Test
297-
public void testDledgerPutExpiredTimerMessage() throws Exception {
298-
initStore(true);
299-
testPutExpiredTimerMessageCommon();
300-
}
301-
302290
public void testPutExpiredTimerMessageCommon() throws Exception {
303291
// Skip on Mac to make CI pass
304292
Assume.assumeFalse(MixAll.isMac());
@@ -332,12 +320,6 @@ public void testDeleteTimerMessage() throws Exception {
332320
testDeleteTimerMessageCommon();
333321
}
334322

335-
@Test
336-
public void testDledgerDeleteTimerMessage() throws Exception {
337-
initStore(true);
338-
testDeleteTimerMessageCommon();
339-
}
340-
341323
public void testDeleteTimerMessageCommon() throws Exception {
342324
String topic = "TimerTest_testDeleteTimerMessage";
343325

@@ -380,12 +362,6 @@ public void testPutDeleteTimerMessage() throws Exception {
380362
testPutDeleteTimerMessageCommon();
381363
}
382364

383-
@Test
384-
public void testDledgerPutDeleteTimerMessage() throws Exception {
385-
initStore(true);
386-
testPutDeleteTimerMessageCommon();
387-
}
388-
389365
public void testPutDeleteTimerMessageCommon() throws Exception {
390366
String topic = "TimerTest_testPutDeleteTimerMessage";
391367

@@ -523,12 +499,6 @@ public void testMaxDelaySec() throws Exception {
523499
testMaxDelaySecCommon();
524500
}
525501

526-
@Test
527-
public void testDledgerMaxDelaySec() throws Exception {
528-
initStore(true);
529-
testMaxDelaySecCommon();
530-
}
531-
532502
public void testMaxDelaySecCommon() throws Exception {
533503
String topic = "TimerTest_testMaxDelaySec";
534504

0 commit comments

Comments
 (0)