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

   > 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. I am using the 
same annotation as every other test in that class. Local test runs fine. It's 
not clear to me what the issue is here.
   ```
   Task :connect:runtime:compileTestJava
   
/home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_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/connect/runtime/src/test/java/org/apache/kafka/connect/runtime/WorkerConnectorTest.java:393:
 error: cannot find symbol
   
   @Test
   ^
   symbol:   class Test
   location: class WorkerConnectorTest
   
   ```


-- 
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