[ https://issues.apache.org/jira/browse/KAFKA-2417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14703437#comment-14703437 ]
Ismael Juma commented on KAFKA-2417: ------------------------------------ I'm listing what is already tested below: * SSLSelectorTest (https://github.com/apache/kafka/blob/trunk/clients/src/test/java/org/apache/kafka/common/network/SSLSelectorTest.java): ** testSendLargeRequest ** testServerDisconnect ** testClientDisconnect ** testLargeMessageSequence ** testEmptyRequest ** testMute ** testRenegotiation * SSLProducerSendTest (https://github.com/apache/kafka/blob/trunk/core/src/test/scala/integration/kafka/api/SSLProducerSendTest.scala) ** testSendOffset ** testClose ** testSendToPartition * SSLConsumerTest (https://github.com/apache/kafka/blob/trunk/core/src/test/scala/integration/kafka/api/SSLConsumerTest.scala) ** testSimpleConsumption ** testAutoOffsetReset ** testSeek ** testGroupConsumption ** testPositionAndCommit ** testPartitionsFor * SocketServerTest (https://github.com/apache/kafka/blob/trunk/core/src/test/scala/unit/kafka/network/SocketServerTest.scala) ** testSSLSocketServer > Ducktape tests for SSL/TLS > -------------------------- > > Key: KAFKA-2417 > URL: https://issues.apache.org/jira/browse/KAFKA-2417 > Project: Kafka > Issue Type: Sub-task > Components: security > Reporter: Ismael Juma > Fix For: 0.8.3 > > > The tests should be complementary to the unit/integration tests written as > part of KAFKA-1685. > Things to consider: > * Upgrade/downgrade to turning on/off SSL > * Failure testing > * Expired/revoked certificates > * Renegotiation > Some changes to ducktape may be required for upgrade scenarios. -- This message was sent by Atlassian JIRA (v6.3.4#6332)