ashoke-cube commented on PR #16095:
URL: https://github.com/apache/kafka/pull/16095#issuecomment-2186292726

   > > Hi @ashoke-cube could you fix the build? Thanks!
   > 
   > Hey @gharris1727 I looked into the build failure. It is a bit weird. It is 
failing because it is not able to find the junit's `Test` class. Local test 
runs fine. It's not clear to me what the issue is here. Is there anything else 
to be done after adding new test cases?
   > 
   > ```
   > Task :connect:runtime:compileTestJava
   > 
/home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_[PR-16095](https://confluentinc.atlassian.net/browse/PR-16095)/connect/runtime/src/test/java/org/apache/kafka/connect/runtime/WorkerConnectorTest.java:140:
 error: cannot find symbol
   > 
   > @Test
   > ^
   > symbol:   class Test
   > location: class WorkerConnectorTest
   > 
   > 
/home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_[PR-16095](https://confluentinc.atlassian.net/browse/PR-16095)/connect/runtime/src/test/java/org/apache/kafka/connect/runtime/WorkerConnectorTest.java:393:
 error: cannot find symbol
   > 
   > @Test
   > ^
   > symbol:   class Test
   > location: class WorkerConnectorTest
   > ```
   
   Figured it. Fixing.


-- 
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-unsubscr...@kafka.apache.org

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

Reply via email to