You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "rondagostino (via GitHub)" <gi...@apache.org> on 2023/02/18 19:09:08 UTC

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

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 unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

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