frankvicky commented on PR #17373:
URL: https://github.com/apache/kafka/pull/17373#issuecomment-2505169162

   Hi @mimaison,  
   Unfortunately, I don't have the resources to perform the full test suite as 
it would take a very long time 😬.  
   Instead, I selected a test related to this PR. The first one I picked is 
`connect_test.py`, but it failed.  
   
   Here is the assertion failure for `test_file_source_and_sink.converter`:  
   ```
   Expected ["foo", "bar", "baz", "razz", "ma", "tazz"]
   Actual ["foo", "bar", "baz", "razz", "ma", "tazz", "01:39:47.507 [main] 
ERROR org.apache.kafka.tools.consumer.ConsoleConsumer - Error processing 
message, terminating consumer process:", 
"org.apache.kafka.common.errors.TimeoutException: null"]
   ```
   
   As we can see, there is an exception log at the end of the array that breaks 
the test. I am investigating but currently stuck.  
   The rest of the test failures of `connect_test.py` also seem to be related 
to this `TimeoutException`.


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