Gaurav Narula created KAFKA-21136:
-------------------------------------

             Summary: System test fail to start in native mode
                 Key: KAFKA-21136
                 URL: https://issues.apache.org/jira/browse/KAFKA-21136
             Project: Kafka
          Issue Type: Test
          Components: system tests
            Reporter: Gaurav Narula


System tests fail to initialise when run in {{native}} mode

 
{code:java}
_DUCKTAPE_OPTIONS="--globals '{\"kafka_mode\":\"native\"}'" 
TC_PATHS="tests/kafkatest/tests/client/compression_test.py" bash 
tests/docker/run_tests.sh{code}
{code:java}
    Exception('No process ids recorded on node ducker02')
Traceback (most recent call last):
  File 
"/usr/local/lib/python3.12/dist-packages/ducktape/tests/runner_client.py", line 
368, in _do_run
    data = self.run_test()
           ^^^^^^^^^^^^^^^
  File 
"/usr/local/lib/python3.12/dist-packages/ducktape/tests/runner_client.py", line 
431, in run_test
    return self.test_context.function(self.test)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/ducktape/mark/_mark.py", line 
446, in wrapper
    return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/kafka-dev/tests/kafkatest/tests/client/compression_test.py", line 
82, in test_compressed_topic
    self.kafka.start()
  File "/opt/kafka-dev/tests/kafkatest/services/kafka/kafka.py", line 658, in 
start
    
self.isolated_controller_quorum.start(nodes_to_skip=isolated_controllers_to_skip)
  File "/opt/kafka-dev/tests/kafkatest/services/kafka/kafka.py", line 667, in 
start
    self.wait_for_start(node, monitor, timeout_sec)
  File "/opt/kafka-dev/tests/kafkatest/services/kafka/kafka.py", line 950, in 
wait_for_start
    raise Exception("No process ids recorded on node %s" % 
node.account.hostname)
Exception: No process ids recorded on node ducker02 {code}
 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to