kowshik edited a comment on pull request #10280:
URL: https://github.com/apache/kafka/pull/10280#issuecomment-860537313


   @junrao Thanks for the review! I ran the system tests.
   1. [System test run 
#4560](https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4560/) 
on top of the latest commit 008b701386ce5a4d892d6ac5b90798b981c4fba0 from this 
PR. The run finished with 12 test failures.
   2. [System test run 
#4561](https://jenkins.confluent.io/job/system-test-kafka-branch-builder/4561/) 
against AK trunk on top of commit 6de37e536ac76ef13530d49dc7320110332cd1ee 
which does not contain changes from this PR. The run finished with 13 test 
failures.
   
   There were 11 overlapping failures in both (1) and (2). For these, I didn't 
find anything abnormal in the logs so far, the failure reason seems similar in 
both.
   
   The only new failure in (1) that's not present in (2) was:
   
   ```
   Module: kafkatest.tests.client.consumer_test
   Class:  OffsetValidationTest
   Method: test_broker_failure
   Arguments:
   {
     "clean_shutdown": true,
     "enable_autocommit": false,
     "metadata_quorum": "REMOTE_KRAFT"
   }
   ```
   
   Logs indicate that the test failed [at this 
line](https://github.com/apache/kafka/blob/b96fc7892f1e885239d3290cf509e1d1bb41e7db/tests/kafkatest/tests/client/consumer_test.py#L388)
 because one of the worker nodes running the consumer didn't complete within 
the timeout of 30s. This doesn't seem indicative of a real failure (yet), so 
I'm rerunning the system tests again to check if the failure is consistent. 
I'll keep you posted on the outcome of this second run.
   
   


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

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


Reply via email to