Stanislav Kozlovski created KAFKA-7579:
------------------------------------------
Summary: System Test Failure -
security_test.SecurityTest.test_client_ssl_endpoint_validation_failure
Key: KAFKA-7579
URL: https://issues.apache.org/jira/browse/KAFKA-7579
Project: Kafka
Issue Type: Bug
Affects Versions: 2.0.1
Reporter: Stanislav Kozlovski
The security_test.SecurityTest.test_client_ssl_endpoint_validation_failure test
with security_protocol=SSL fails to pass
{code:java}
SESSION REPORT (ALL TESTS) ducktape version: 0.7.1 session_id: 2018-10-31--002
run time: 2 minutes 12.452 seconds tests run: 2 passed: 1 failed: 1 ignored: 0
test_id:
kafkatest.tests.core.security_test.SecurityTest.test_client_ssl_endpoint_validation_failure.interbroker_security_protocol=PLAINTEXT.security_protocol=SSL
status: FAIL run time: 1 minute 2.149 seconds Node ducker@ducker05: did not
stop within the specified timeout of 15 seconds Traceback (most recent call
last): File
"/usr/local/lib/python2.7/dist-packages/ducktape/tests/runner_client.py", line
132, in run data = self.run_test() File
"/usr/local/lib/python2.7/dist-packages/ducktape/tests/runner_client.py", line
185, in run_test return self.test_context.function(self.test) File
"/usr/local/lib/python2.7/dist-packages/ducktape/mark/_mark.py", line 324, in
wrapper return functools.partial(f, *args, **kwargs)(*w_args, **w_kwargs) File
"/opt/kafka-dev/tests/kafkatest/tests/core/security_test.py", line 114, in
test_client_ssl_endpoint_validation_failure self.consumer.stop() File
"/usr/local/lib/python2.7/dist-packages/ducktape/services/background_thread.py",
line 80, in stop super(BackgroundThreadService, self).stop() File
"/usr/local/lib/python2.7/dist-packages/ducktape/services/service.py", line
278, in stop self.stop_node(node) File
"/opt/kafka-dev/tests/kafkatest/services/console_consumer.py", line 254, in
stop_node (str(node.account), str(self.stop_timeout_sec)) AssertionError: Node
ducker@ducker05: did not stop within the specified timeout of 15 seconds
test_id:
kafkatest.tests.core.security_test.SecurityTest.test_client_ssl_endpoint_validation_failure.interbroker_security_protocol=SSL.security_protocol=PLAINTEXT
status: PASS run time: 1 minute 10.144 seconds ducker-ak test failed
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)