Re: [PR] KAFKA-16921: Migrate test of connect module to Junit5 (Runtime subpackage) [kafka]

2024-06-18 Thread via GitHub
chia7712 merged PR #16350: URL: https://github.com/apache/kafka/pull/16350 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] KAFKA-16921: Migrate test of connect module to Junit5 (Runtime subpackage) [kafka]

2024-06-17 Thread via GitHub
frankvicky commented on PR #16350: URL: https://github.com/apache/kafka/pull/16350#issuecomment-2173322889 Hi @chia7712, I have make some changes based on feedback, PTAL  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] KAFKA-16921: Migrate test of connect module to Junit5 (Runtime subpackage) [kafka]

2024-06-17 Thread via GitHub
chia7712 commented on code in PR #16350: URL: https://github.com/apache/kafka/pull/16350#discussion_r1642307332 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/isolation/PluginScannerTest.java: ## @@ -17,161 +17,156 @@ package

Re: [PR] KAFKA-16921: Migrate test of connect module to Junit5 (Runtime subpackage) [kafka]

2024-06-16 Thread via GitHub
frankvicky commented on PR #16350: URL: https://github.com/apache/kafka/pull/16350#issuecomment-2171124111 Hi @chia7712, I have make some changes based on your example to keep `StandaloneHerderTest` has minimum changes during migration, PTAL  -- This is an automated message from the

Re: [PR] KAFKA-16921: Migrate test of connect module to Junit5 (Runtime subpackage) [kafka]

2024-06-15 Thread via GitHub
chia7712 commented on code in PR #16350: URL: https://github.com/apache/kafka/pull/16350#discussion_r1641453002 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/distributed/DistributedHerderTest.java: ## @@ -147,7 +147,7 @@ import static

Re: [PR] KAFKA-16921: Migrate test of connect module to Junit5 (Runtime subpackage) [kafka]

2024-06-15 Thread via GitHub
frankvicky commented on PR #16350: URL: https://github.com/apache/kafka/pull/16350#issuecomment-2169426511 Hi @chia7712 , @m1a2st I have do some changes, PTAL  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] KAFKA-16921: Migrate test of connect module to Junit5 (Runtime subpackage) [kafka]

2024-06-15 Thread via GitHub
frankvicky commented on code in PR #16350: URL: https://github.com/apache/kafka/pull/16350#discussion_r1640916109 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/isolation/SynchronizationTest.java: ## @@ -113,19 +111,14 @@ public synchronized void clear() {

Re: [PR] KAFKA-16921: Migrate test of connect module to Junit5 (Runtime subpackage) [kafka]

2024-06-15 Thread via GitHub
m1a2st commented on code in PR #16350: URL: https://github.com/apache/kafka/pull/16350#discussion_r1640841663 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/rest/RestClientTest.java: ## @@ -352,4 +373,4 @@ public int hashCode() { return

Re: [PR] KAFKA-16921: Migrate test of connect module to Junit5 (Runtime subpackage) [kafka]

2024-06-15 Thread via GitHub
chia7712 commented on code in PR #16350: URL: https://github.com/apache/kafka/pull/16350#discussion_r1640826948 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/distributed/DistributedConfigTest.java: ## @@ -43,18 +43,18 @@ import static

[PR] KAFKA-16921: Migrate test of connect module to Junit5 (Runtime subpackage) [kafka]

2024-06-15 Thread via GitHub
frankvicky opened a new pull request, #16350: URL: https://github.com/apache/kafka/pull/16350 Migrate test of connect module to Junit5 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status