Skip to content

Commit 16d2b40

Browse files
committed
Changed consumer names
1 parent 105ea0a commit 16d2b40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

topic/src/test/java/tech/ydb/topic/impl/YdbTopicWriterReaderCallWithoutCodecRegisterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public class YdbTopicWriterReaderCallWithoutCodecRegisterTest {
5757
public final static GrpcTransportRule ydbTransport = new GrpcTransportRule();
5858

5959
private final static String TEST_TOPIC1 = "integration_test_custom_codec_without_topic1";
60-
private final static String TEST_CONSUMER1 = "consumer";
61-
private final static String TEST_CONSUMER2 = "other_consumer";
60+
private final static String TEST_CONSUMER1 = "consumer_old_rw";
61+
private final static String TEST_CONSUMER2 = "other_consumer_old_rw";
6262

6363
private final List<String> topicToDelete = new ArrayList<>();
6464
private final List<TopicClient> clientToClose = new ArrayList<>();

topic/src/test/java/tech/ydb/topic/impl/YdbTopicsCodecIntegrationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public class YdbTopicsCodecIntegrationTest {
5151

5252
private final static String TEST_TOPIC1 = "integration_test_custom_codec_topic1";
5353
private final static String TEST_TOPIC2 = "integration_test_custom_codec_topic2";
54-
private final static String TEST_CONSUMER1 = "consumer";
55-
private final static String TEST_CONSUMER2 = "other_consumer";
54+
private final static String TEST_CONSUMER1 = "consumer_codec";
55+
private final static String TEST_CONSUMER2 = "other_consumer_codec";
5656

5757
private final List<String> topicToDelete = new ArrayList<>();
5858
private final List<TopicClient> clientToClose = new ArrayList<>();

0 commit comments

Comments
 (0)