[GitHub] [kafka] rondagostino commented on pull request #13273: KAFKA-14731: Upgrade ZooKeeper to 3.6.4

2023-02-21 Thread via GitHub


rondagostino commented on PR #13273:
URL: https://github.com/apache/kafka/pull/13273#issuecomment-1438493217

   Latest run had 2 failures:
   ```
   Build / JDK 11 and Scala 2.13 / testPollReturnsRecords() – 
org.apache.kafka.clients.consumer.KafkaConsumerTest
   <1s
   Build / JDK 17 and Scala 2.13 / testTrustStoreAlter(String).quorum=kraft – 
kafka.server.DynamicBrokerReconfigurationTest
   ```
   
   Merging to `trunk` and `3.{0,1,2,3,4}`


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



[GitHub] [kafka] rondagostino commented on pull request #13273: KAFKA-14731: Upgrade ZooKeeper to 3.6.4

2023-02-18 Thread via GitHub


rondagostino commented on PR #13273:
URL: https://github.com/apache/kafka/pull/13273#issuecomment-1435742626

   Ran all failing unit/integration tests locally, and they passed:
   ```
   DynamicBrokerReconfigurationTest
   KafkaServerKRaftRegistrationTest
   TransactionsTest
   MirrorConnectorsWithCustomForwardingAdminIntegrationTest
   DedicatedMirrorIntegrationTest
   ```
   
   System test run: 
http://confluent-kafka-branch-builder-system-test-results.s3-us-west-2.amazonaws.com/system-test-kafka-branch-builder--1676702481--rondagostino--KAFKA-14731--303b41ad06/2023-02-18--001./2023-02-18--001./report.html
   
   Tests | Passes | Flaky | Failures | Ignored | Time
   -- | -- | -- | -- | -- | --
   1208 | 909 | 0 | 9 | 290 | 223 minutes 46.230 seconds
   
   The 2 upgrade tests that failed above passed locally:
   ```
   

   SESSION REPORT (ALL TESTS)
   ducktape version: 0.11.1
   session_id:   2023-02-18--001
   run time: 8 minutes 9.698 seconds
   tests run:2
   passed:   2
   flaky:0
   failed:   0
   ignored:  0
   

   test_id:
kafkatest.tests.core.upgrade_test.TestUpgrade.test_upgrade.from_kafka_version=0.9.0.1.to_message_format_version=0.9.0.1.compression_types=.lz4
   status: PASS
   run time:   4 minutes 6.899 seconds
   

   test_id:
kafkatest.tests.core.upgrade_test.TestUpgrade.test_upgrade.from_kafka_version=0.9.0.1.to_message_format_version=None.compression_types=.lz4
   status: PASS
   run time:   4 minutes 2.580 seconds
   

   ```
   
   The 9 quota tests failed due to what looked like an infrastructure issue 
(`Jmx tool took too long to start`). Ran them locally and they all passed.
   ```
   

   SESSION REPORT (ALL TESTS)
   ducktape version: 0.11.1
   session_id:   2023-02-18--006
   run time: 41 minutes 11.645 seconds
   tests run:9
   passed:   9
   flaky:0
   failed:   0
   ignored:  0
   

   test_id:
kafkatest.tests.client.quota_test.QuotaTest.test_quota.quota_type=.user.client-id.override_quota=False
   status: PASS
   run time:   5 minutes 30.725 seconds
   

   test_id:
kafkatest.tests.client.quota_test.QuotaTest.test_quota.quota_type=.user.client-id.override_quota=True
   status: PASS
   run time:   4 minutes 50.515 seconds
   

   test_id:
kafkatest.tests.client.quota_test.QuotaTest.test_quota.quota_type=client-id.consumer_num=2
   status: PASS
   run time:   4 minutes 45.522 seconds
   

   test_id:
kafkatest.tests.client.quota_test.QuotaTest.test_quota.quota_type=client-id.old_broker_throttling_behavior=True
   status: PASS
   run time:   3 minutes 30.786 seconds
   

   test_id:
kafkatest.tests.client.quota_test.QuotaTest.test_quota.quota_type=client-id.old_client_throttling_behavior=True
   status: PASS
   run time:   4 minutes 51.473 seconds
   

   test_id:
kafkatest.tests.client.quota_test.QuotaTest.test_quota.quota_type=client-id.override_quota=False
   status: PASS
   run time:   4 minutes 45.887 seconds
   

   test_id:
kafkatest.tests.client.quota_test.QuotaTest.test_quota.quota_type=client-id.override_quota=True
   status: PASS
   run time:   4 minutes 16.925 seconds
   

   test_id:
kafkatest.tests.client.quota_test.QuotaTest.test_quota.quota_type=user.override_quota=False
   status: PASS
   run time:   5 minutes 21.312 seconds
   

   test_id:
kafkatest.tests.client.quota_test.QuotaTest.test_quota.quota_type=user.override_quota=True
   status: PASS
   run time:   3 minutes 15.513 seconds
   

   ```
   
   


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