Lianet Magrans created KAFKA-19373: -------------------------------------- Summary: Fix consumer integration tests checks on protocol name Key: KAFKA-19373 URL: https://issues.apache.org/jira/browse/KAFKA-19373 Project: Kafka Issue Type: Bug Reporter: Lianet Magrans Assignee: Lianet Magrans
Some integration tests apply specific configs/expectations depending on the group protocol (consumer vs classic), which is passed as param. I just noticed we have some tests checking the protocol without considering case (comparing lower case group protocol from params, to the enum name which is upper case) Review and fix all group protocol comparison in the tests, to ensure we apply the right configs and test expectations -- This message was sent by Atlassian Jira (v8.20.10#820010)