You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Manikumar (JIRA)" <ji...@apache.org> on 2018/11/01 13:24:00 UTC

[jira] [Commented] (KAFKA-7579) System Test Failure - security_test.SecurityTest.test_client_ssl_endpoint_validation_failure

    [ https://issues.apache.org/jira/browse/KAFKA-7579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16671607#comment-16671607 ] 

Manikumar commented on KAFKA-7579:
----------------------------------

This issue is related to KAFKA-7561

> 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
>            Priority: Blocker
>
> 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)