-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[controller] use Utils::getRealTimeTopicName
in tests
#1349
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71e47bf
to
f66bf8f
Compare
arjun4084346
commented
Nov 26, 2024
...enice-controller/src/main/java/com/linkedin/venice/controller/kafka/TopicCleanupService.java
Show resolved
Hide resolved
f66bf8f
to
32eca34
Compare
Utils::getRealTimeTopicName
in tests
32eca34
to
4d09147
Compare
fb19ffb
to
4d56d04
Compare
4d56d04
to
e738b8d
Compare
e738b8d
to
459caab
Compare
…code will also use Utils.getRealTimeTopicName Utils.getRealTimeTopicName returns the same value as Version.composeRealTimeTopic as of now, so we are able to make changes in any order
459caab
to
82ef08a
Compare
sushantmane
reviewed
Dec 6, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please update PR to use Utils.composeRealTimeTopic
consistently? Thanks!
...ent/src/test/java/com/linkedin/davinci/kafka/consumer/KafkaConsumerServiceDelegatorTest.java
Outdated
Show resolved
Hide resolved
...a-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/StoreIngestionTaskTest.java
Show resolved
Hide resolved
...a-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/StoreIngestionTaskTest.java
Show resolved
Hide resolved
...a-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/StoreIngestionTaskTest.java
Outdated
Show resolved
Hide resolved
...inci-client/src/test/java/com/linkedin/davinci/kafka/consumer/TopicExistenceCheckerTest.java
Outdated
Show resolved
Hide resolved
sushantmane
reviewed
Dec 6, 2024
...test-common/src/integrationTest/java/com/linkedin/venice/controller/TestIncrementalPush.java
Outdated
Show resolved
Hide resolved
sushantmane
reviewed
Dec 6, 2024
...grationTest/java/com/linkedin/venice/controller/TestParentControllerWithMultiDataCenter.java
Outdated
Show resolved
Hide resolved
...grationTest/java/com/linkedin/venice/controller/TestParentControllerWithMultiDataCenter.java
Outdated
Show resolved
Hide resolved
.../src/integrationTest/java/com/linkedin/venice/controller/TestTopicRequestOnHybridDelete.java
Outdated
Show resolved
Hide resolved
...ationTest/java/com/linkedin/venice/controller/TestVeniceHelixAdminWithSharedEnvironment.java
Show resolved
Hide resolved
...ationTest/java/com/linkedin/venice/controller/TestVeniceHelixAdminWithSharedEnvironment.java
Outdated
Show resolved
Hide resolved
.../src/integrationTest/java/com/linkedin/venice/controller/server/TestAdminSparkWithMocks.java
Outdated
Show resolved
Hide resolved
.../src/integrationTest/java/com/linkedin/venice/endToEnd/DaVinciLiveUpdateSuppressionTest.java
Outdated
Show resolved
Hide resolved
...nice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdmin.java
Outdated
Show resolved
Hide resolved
sushantmane
approved these changes
Dec 7, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks, @arjun4084346!
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change references for
Version::composeRealTimeTopic
toUtils::getRealTimeTopicName
This is the continuation work of #1345
Changing references for
Version::composeRealTimeTopic
toUtils::getRealTimeTopicName
. Because there are too many references to review easily, only references in test files are changed in this PR.Resolves #XXX
How was this PR tested?
Does this PR introduce any user-facing changes?