[ https://issues.apache.org/jira/browse/KAFKA-19042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
PoAn Yang updated KAFKA-19042: ------------------------------ Description: This is an umbrella Jira about moving integration tests from kafka.api module to client-integration-tests module and rewrite them with ClusterTestExtensions. h2. AbstractConsumerTest * ConsumerBounceTest * ConsumerWithLegacyMessageFormatIntegrationTest * PlaintextConsumerAssignTest * PlaintextConsumerAssignorsTest * PlaintextConsumerCallbackTest * PlaintextConsumerCommitTest * PlaintextConsumerFetchTest * PlaintextConsumerPollTest * PlaintextConsumerSubscriptionTest [~frankvicky] h3. BaseConsumerTest * PlaintextConsumerTest * SaslMultiMechanismConsumerTest * SaslPlainPlaintextConsumerTest * SaslPlaintextConsumerTest * SaslSslConsumerTest * SslConsumerTest h3. RebootstrapTest * ConsumerRebootstrapTest ---- h2. AbstractSaslTest * SaslClientsWithInvalidCredentialsTest ---- h2. AbstractAuthorizerIntegrationTest * kafka.api.AuthorizerIntegrationTest * org.apache.kafka.tools.consumer.group.AuthorizerIntegrationTest ---- h2. BaseAdminIntegrationTest * PlaintextAdminIntegrationTest * SaslSslAdminIntegrationTest * SslAdminIntegrationTest ---- h2. BaseProducerSendTest * PlaintextProducerSendTest * SslProducerSendTest ---- h2. BaseQuotaTest * ClientIdQuotaTest * UserClientIdQuotaTest * UserQuotaTest ---- h2. EndToEndAuthorizationTest * DelegationTokenEndToEndAuthorizationTest * DelegationTokenEndToEndAuthorizationWithOwnerTest * PlaintextEndToEndAuthorizationTest * SslEndToEndAuthorizationTest h3. SaslEndToEndAuthorizationTest * GroupEndToEndAuthorizationTest * SaslGssapiSslEndToEndAuthorizationTest * SaslOAuthBearerSslEndToEndAuthorizationTest * SaslScramSslEndToEndAuthorizationTest ---- h2. Others * AdminClientWithPoliciesIntegrationTest * ConsumerTopicCreationTest * CustomQuotaCallbackTest * GroupAuthorizerIntegrationTest * GroupCoordinatorIntegrationTest * MetricsTest * ProducerCompressionTest * ProducerFailureHandlingTest * ProducerIdExpirationTest * ProducerSendWhileDeletionTest * TransactionsBounceTest * TransactionsExpirationTest * TransactionsTest * TransactionsWithMaxInFlightOneTest was: This is an umbrella Jira about moving integration tests from kafka.api module to client-integration-tests module and rewrite them with ClusterTestExtensions. h2. AbstractConsumerTest * ConsumerBounceTest * ConsumerWithLegacyMessageFormatIntegrationTest * PlaintextConsumerAssignTest * PlaintextConsumerAssignorsTest * PlaintextConsumerCallbackTest * PlaintextConsumerCommitTest * PlaintextConsumerFetchTest * PlaintextConsumerPollTest * PlaintextConsumerSubscriptionTest h3. BaseConsumerTest * PlaintextConsumerTest * SaslMultiMechanismConsumerTest * SaslPlainPlaintextConsumerTest * SaslPlaintextConsumerTest * SaslSslConsumerTest * SslConsumerTest h3. RebootstrapTest * ConsumerRebootstrapTest ---- h2. AbstractSaslTest * SaslClientsWithInvalidCredentialsTest ---- h2. AbstractAuthorizerIntegrationTest * kafka.api.AuthorizerIntegrationTest * org.apache.kafka.tools.consumer.group.AuthorizerIntegrationTest ---- h2. BaseAdminIntegrationTest * PlaintextAdminIntegrationTest * SaslSslAdminIntegrationTest * SslAdminIntegrationTest ---- h2. BaseProducerSendTest * PlaintextProducerSendTest * SslProducerSendTest ---- h2. BaseQuotaTest * ClientIdQuotaTest * UserClientIdQuotaTest * UserQuotaTest ---- h2. EndToEndAuthorizationTest * DelegationTokenEndToEndAuthorizationTest * DelegationTokenEndToEndAuthorizationWithOwnerTest * PlaintextEndToEndAuthorizationTest * SslEndToEndAuthorizationTest h3. SaslEndToEndAuthorizationTest * GroupEndToEndAuthorizationTest * SaslGssapiSslEndToEndAuthorizationTest * SaslOAuthBearerSslEndToEndAuthorizationTest * SaslScramSslEndToEndAuthorizationTest ---- h2. Others * AdminClientWithPoliciesIntegrationTest * ConsumerTopicCreationTest * CustomQuotaCallbackTest * GroupAuthorizerIntegrationTest * GroupCoordinatorIntegrationTest * MetricsTest * ProducerCompressionTest * ProducerFailureHandlingTest * ProducerIdExpirationTest * ProducerSendWhileDeletionTest * TransactionsBounceTest * TransactionsExpirationTest * TransactionsTest * TransactionsWithMaxInFlightOneTest > Move kafka.api test cases to client-integration-tests module > ------------------------------------------------------------ > > Key: KAFKA-19042 > URL: https://issues.apache.org/jira/browse/KAFKA-19042 > Project: Kafka > Issue Type: Test > Reporter: PoAn Yang > Assignee: PoAn Yang > Priority: Major > > This is an umbrella Jira about moving integration tests from kafka.api module > to client-integration-tests module and rewrite them with > ClusterTestExtensions. > h2. AbstractConsumerTest > * ConsumerBounceTest > * ConsumerWithLegacyMessageFormatIntegrationTest > * PlaintextConsumerAssignTest > * PlaintextConsumerAssignorsTest > * PlaintextConsumerCallbackTest > * PlaintextConsumerCommitTest > * PlaintextConsumerFetchTest > * PlaintextConsumerPollTest > * PlaintextConsumerSubscriptionTest [~frankvicky] > h3. BaseConsumerTest > * PlaintextConsumerTest > * SaslMultiMechanismConsumerTest > * SaslPlainPlaintextConsumerTest > * SaslPlaintextConsumerTest > * SaslSslConsumerTest > * SslConsumerTest > h3. RebootstrapTest > * ConsumerRebootstrapTest > ---- > h2. AbstractSaslTest > * SaslClientsWithInvalidCredentialsTest > ---- > h2. AbstractAuthorizerIntegrationTest > * kafka.api.AuthorizerIntegrationTest > * org.apache.kafka.tools.consumer.group.AuthorizerIntegrationTest > ---- > h2. BaseAdminIntegrationTest > * PlaintextAdminIntegrationTest > * SaslSslAdminIntegrationTest > * SslAdminIntegrationTest > ---- > h2. BaseProducerSendTest > * PlaintextProducerSendTest > * SslProducerSendTest > ---- > h2. BaseQuotaTest > * ClientIdQuotaTest > * UserClientIdQuotaTest > * UserQuotaTest > ---- > h2. EndToEndAuthorizationTest > * DelegationTokenEndToEndAuthorizationTest > * DelegationTokenEndToEndAuthorizationWithOwnerTest > * PlaintextEndToEndAuthorizationTest > * SslEndToEndAuthorizationTest > h3. SaslEndToEndAuthorizationTest > * GroupEndToEndAuthorizationTest > * SaslGssapiSslEndToEndAuthorizationTest > * SaslOAuthBearerSslEndToEndAuthorizationTest > * SaslScramSslEndToEndAuthorizationTest > ---- > h2. Others > * AdminClientWithPoliciesIntegrationTest > * ConsumerTopicCreationTest > * CustomQuotaCallbackTest > * GroupAuthorizerIntegrationTest > * GroupCoordinatorIntegrationTest > * MetricsTest > * ProducerCompressionTest > * ProducerFailureHandlingTest > * ProducerIdExpirationTest > * ProducerSendWhileDeletionTest > * TransactionsBounceTest > * TransactionsExpirationTest > * TransactionsTest > * TransactionsWithMaxInFlightOneTest -- This message was sent by Atlassian Jira (v8.20.10#820010)