KAFKA-17960; PlaintextAdminIntegrationTest.testConsumerGroups fails with CONSUMER group protocol#18234
KAFKA-17960; PlaintextAdminIntegrationTest.testConsumerGroups fails with CONSUMER group protocol#18234dajac merged 3 commits intoapache:trunkfrom
Conversation
…ith CONSUMER group protocol
|
|
||
| // The following parameter groups are to *temporarily* avoid bugs with the CONSUMER group protocol Consumer | ||
| // implementation that would otherwise cause tests to fail. | ||
| def getTestQuorumAndGroupProtocolParametersClassicGroupProtocolOnly_KAFKA_17960: stream.Stream[Arguments] = getTestQuorumAndGroupProtocolParametersClassicGroupProtocolOnly |
There was a problem hiding this comment.
there is another test still disabled using this
, I believe it was passing locally so let's just double check and maybe we can enable it too? (or leave this)There was a problem hiding this comment.
I changed the other test too. It passes a few times locally.
lianetm
left a comment
There was a problem hiding this comment.
Thanks! Let's check it all passes here and with that LGTM
AndrewJSchofield
left a comment
There was a problem hiding this comment.
lgtm, but a little more trivial tidying up seems appropriate.
I have run these tests locally repeatedly with error. The change looks good to me.
| // The following parameter groups are to *temporarily* avoid bugs with the CONSUMER group protocol Consumer | ||
| // implementation that would otherwise cause tests to fail. | ||
| def getTestQuorumAndGroupProtocolParametersClassicGroupProtocolOnly_KAFKA_17960: stream.Stream[Arguments] = getTestQuorumAndGroupProtocolParametersClassicGroupProtocolOnly | ||
| def getTestQuorumAndGroupProtocolParametersClassicGroupProtocolOnly_KAFKA_17961: stream.Stream[Arguments] = getTestQuorumAndGroupProtocolParametersClassicGroupProtocolOnly |
There was a problem hiding this comment.
This can also be removed. And the next one. Only the final of these 4 definitions is used after this change.
There was a problem hiding this comment.
Oh, so only getTestQuorumAndGroupProtocolParametersClassicGroupProtocolOnly_KAFKA_18034 is still used.
There was a problem hiding this comment.
I just removed the unused ones.
AndrewJSchofield
left a comment
There was a problem hiding this comment.
lgtm. Tests all passing locally for me too.
…ith CONSUMER group protocol (#18234) The issue has been fixed by https://issues.apache.org/jira/browse/KAFKA-18188. We can re-enable the test with the CONSUMER protocol. Reviewers: Lianet Magrans <lmagrans@confluent.io>, Andrew Schofield <aschofield@confluent.io>
…e-old-protocol-versions * apache-github/trunk: (25 commits) KAFKA-18270: FindCoordinator v0 incorrectly tagged as deprecated (apache#18262) KAFKA-18284: Add group coordinator records for Streams rebalance protocol (apache#18228) MINOR: Fix flaky state updater test (apache#18253) MINOR: improve StreamsResetter logging (apache#18237) KAFKA-18227: Ensure v2 partitions are not added to last transaction during upgrade (apache#18176) Add IT for share consumer with duration base offet auto reset (apache#18251) KAFKA-18283: Add StreamsGroupDescribe RPC definitions (apache#18230) KAFKA-18241: add docs check to CI (apache#18183) KAFKA-18223 Improve flaky test report (apache#18212) MINOR Remove triage label in nightly job (apache#18147) KAFKA-18294 Remove deprecated SourceTask#commitRecord (apache#18260) KAFKA-18264 Remove NotLeaderForPartitionException (apache#18211) KAFKA-13722: Refactor SerdeGetter (apache#18242) KAFKA-18094 Remove deprecated TopicListing(String, Boolean) (apache#18248) KAFKA-18282: Add StreamsGroupHeartbeat RPC definitions (apache#18227) KAFKA-18026: KIP-1112 migrate KTableSuppressProcessorSupplier (apache#18150) KAFKA-18026: transition KTable#filter impl to use processor wrapper (apache#18205) KAFKA-18293 Remove `org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerLoginCallbackHandler` and `org.apache.kafka.common.security.oauthbearer.secured.OAuthBearerValidatorCallbackHandler` (apache#18244) MINOR: add assertion about groupEpoch and targetAssignmentEpoch to testConsumerGroups (apache#18203) KAFKA-17960; PlaintextAdminIntegrationTest.testConsumerGroups fails with CONSUMER group protocol (apache#18234) ...
…ith CONSUMER group protocol (apache#18234) The issue has been fixed by https://issues.apache.org/jira/browse/KAFKA-18188. We can re-enable the test with the CONSUMER protocol. Reviewers: Lianet Magrans <lmagrans@confluent.io>, Andrew Schofield <aschofield@confluent.io>
The issue has been fixed by https://issues.apache.org/jira/browse/KAFKA-18188. We can re-enable the test with the CONSUMER protocol.
Committer Checklist (excluded from commit message)