Skip to content

Commit

Permalink
remove duplicated test from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnee committed Apr 3, 2024
1 parent 3623156 commit a6c9a42
Showing 1 changed file with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -806,21 +806,6 @@ class PlaintextConsumerTest extends BaseConsumerTest {
consumer2.close()
}

@ParameterizedTest(name = TestInfoUtils.TestWithParameterizedQuorumAndGroupProtocolNames)
@MethodSource(Array("getTestQuorumAndGroupProtocolParametersAll"))
def testSubscribeAndCommitSync(quorum: String, groupProtocol: String): Unit = {
// This test ensure that the member ID is propagated from the group coordinator when the
// assignment is received into a subsequent offset commit
val consumer = createConsumer()
assertEquals(0, consumer.assignment.size)
consumer.subscribe(List(topic).asJava)
awaitAssignment(consumer, Set(tp, tp2))

consumer.seek(tp, 0)

consumer.commitSync()
}

@ParameterizedTest(name = TestInfoUtils.TestWithParameterizedQuorumAndGroupProtocolNames)
@MethodSource(Array("getTestQuorumAndGroupProtocolParametersAll"))
def testEndOffsets(quorum: String, groupProtocol: String): Unit = {
Expand Down

0 comments on commit a6c9a42

Please sign in to comment.