You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/07/26 14:06:10 UTC

[GitHub] [kafka] C0urante commented on pull request #12295: KAFKA-13586: Prevent exception thrown during connector update from crashing distributed herder

C0urante commented on PR #12295:
URL: https://github.com/apache/kafka/pull/12295#issuecomment-1195531314

   @dstelljes I just noticed that, with the changes in this PR, it's no longer possible to run individual test cases in this suite. For example, this command now fails:
   
   ```bash
   ./gradlew :connect:runtime:test --tests org.apache.kafka.connect.runtime.distributed.DistributedHerderTest.testConnectorConfigUpdate
   ```
   
   I'm also unable to run individual tests in my IDE (IntelliJ).
   
   This isn't necessarily a blocker but if we could fix it that'd be nice. Otherwise, since we're planning on migrating tests from EasyMock/PowerMock to Mockito, I can make a note on Jira to revisit this after we've done that for this test suite. cc @ijuma in case you have context here or would recommend a different approach.


-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org