Skip to content

Commit

Permalink
add retryTopicTests
Browse files Browse the repository at this point in the history
  • Loading branch information
dezhiliu committed Apr 5, 2020
1 parent b5938ba commit 68b425d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public void testRetryTopic() throws Exception {
* @throws Exception
*/
@Test
public void testDeadLetterTopicWithMultiTopic() throws Exception {
public void testRetryTopicWithMultiTopic() throws Exception {
final String topic1 = "persistent://my-property/my-ns/retry-topic-1";
final String topic2 = "persistent://my-property/my-ns/retry-topic-2";
final String topic3 = "persistent://my-property/my-ns/retry-topic-3";
Expand Down Expand Up @@ -206,7 +206,7 @@ public void testDeadLetterTopicWithMultiTopic() throws Exception {
}

@Test
public void testDeadLetterTopicByCustomTopicName() throws Exception {
public void testRetryTopicByCustomTopicName() throws Exception {
final String topic = "persistent://my-property/my-ns/retry-topic";
final int maxRedeliveryCount = 2;
final int sendMessages = 100;
Expand Down

0 comments on commit 68b425d

Please sign in to comment.