Skip to content

Commit

Permalink
Merge pull request #15 from ShobhitSingh11/testing-7
Browse files Browse the repository at this point in the history
Testing 7
  • Loading branch information
ShobhitSingh11 authored May 30, 2024
2 parents 682a24e + 84ba9f3 commit 9e3eb88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.Optional;
import java.util.Set;
import org.junit.jupiter.api.Test;

//rfrefref
import static org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor.DEFAULT_GENERATION;

import static org.junit.jupiter.api.Assertions.assertEquals;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/
package org.apache.kafka.clients.consumer;

//rf
import static org.apache.kafka.clients.consumer.StickyAssignor.serializeTopicPartitionAssignment;
import static org.apache.kafka.clients.consumer.internals.AbstractStickyAssignor.DEFAULT_GENERATION;
import static org.junit.jupiter.api.Assertions.assertEquals;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package org.apache.kafka.clients.consumer.internals;

import org.apache.kafka.clients.consumer.ConsumerPartitionAssignor;

//erf
public class CooperativeConsumerCoordinatorTest extends ConsumerCoordinatorTest {
public CooperativeConsumerCoordinatorTest() {
super(ConsumerPartitionAssignor.RebalanceProtocol.COOPERATIVE);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public void shouldUnassignTaskWhenNotProcessable() {
@Test
public void shouldUnassignTaskWhenRequired() throws Exception {
taskExecutor.start();

//rf4
verify(taskManager, timeout(VERIFICATION_TIMEOUT)).assignNextTask(taskExecutor);
assertNotNull(taskExecutor.currentTask());

Expand Down

0 comments on commit 9e3eb88

Please sign in to comment.