You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "fvaleri (via GitHub)" <gi...@apache.org> on 2023/04/12 13:29:25 UTC

[GitHub] [kafka] fvaleri commented on pull request #13195: Minor: Add JmxTool note and redirection

fvaleri commented on PR #13195:
URL: https://github.com/apache/kafka/pull/13195#issuecomment-1505280658

   @mimaison I also added the missing wrapper scripts for this tool as specified in KIP-906 and changed the system tests to use it. With this there is no more reference to the generic kafka-run-class script in STs.
   
   System test run after the change:
   
   ```
   TC_PATHS="tests/kafkatest/tests/core/throttling_test.py::ThrottlingTest.test_throttled_reassignment" \
     _DUCKTAPE_OPTIONS='--parameters '\''{"bounce_brokers":"false"}'\' \
       bash tests/docker/run_tests.sh
   docker exec ducker01 bash -c "cd /opt/kafka-dev && ducktape --cluster-file /opt/kafka-dev/tests/docker/build/cluster.json  ./tests/kafkatest/tests/core/throttling_test.py::ThrottlingTest.test_throttled_reassignment --parameters '{"bounce_brokers":"false"}'"
   /usr/local/lib/python3.9/dist-packages/paramiko/transport.py:236: CryptographyDeprecationWarning: Blowfish has been deprecated
     "class": algorithms.Blowfish,
   [INFO:2023-04-12 06:15:49,034]: starting test run with session id 2023-04-12--001...
   [INFO:2023-04-12 06:15:49,034]: running 1 tests...
   [INFO:2023-04-12 06:15:49,035]: Triggering test 1 of 1...
   [INFO:2023-04-12 06:15:49,042]: RunnerClient: Loading test {'directory': '/opt/kafka-dev/tests/kafkatest/tests/core', 'file_name': 'throttling_test.py', 'cls_name': 'ThrottlingTest', 'method_name': 'test_throttled_reassignment', 'injected_args': {'bounce_brokers': 'false'}}
   [INFO:2023-04-12 06:15:49,043]: RunnerClient: kafkatest.tests.core.throttling_test.ThrottlingTest.test_throttled_reassignment.bounce_brokers=false: on run 1/1
   [INFO:2023-04-12 06:15:49,045]: RunnerClient: kafkatest.tests.core.throttling_test.ThrottlingTest.test_throttled_reassignment.bounce_brokers=false: Setting up...
   [INFO:2023-04-12 06:15:52,005]: RunnerClient: kafkatest.tests.core.throttling_test.ThrottlingTest.test_throttled_reassignment.bounce_brokers=false: Running...
   [INFO:2023-04-12 06:20:30,334]: RunnerClient: kafkatest.tests.core.throttling_test.ThrottlingTest.test_throttled_reassignment.bounce_brokers=false: Tearing down...
   [WARNING - 2023-04-12 06:20:30,669 - service_registry - stop_all - lineno:53]: Error stopping service <ProducerPerformanceService-0-139894120584000: num_nodes: 1, nodes: ['ducker09']>: 1
   [INFO:2023-04-12 06:21:29,909]: RunnerClient: kafkatest.tests.core.throttling_test.ThrottlingTest.test_throttled_reassignment.bounce_brokers=false: PASS
   [INFO:2023-04-12 06:21:29,909]: RunnerClient: kafkatest.tests.core.throttling_test.ThrottlingTest.test_throttled_reassignment.bounce_brokers=false: Data: None
   ================================================================================
   SESSION REPORT (ALL TESTS)
   ducktape version: 0.11.3
   session_id:       2023-04-12--001
   run time:         5 minutes 40.891 seconds
   tests run:        1
   passed:           1
   flaky:            0
   failed:           0
   ignored:          0
   ================================================================================
   test_id:    kafkatest.tests.core.throttling_test.ThrottlingTest.test_throttled_reassignment.bounce_brokers=false
   status:     PASS
   run time:   5 minutes 40.865 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