[ https://issues.apache.org/jira/browse/KAFKA-2714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14983409#comment-14983409 ]
ASF GitHub Bot commented on KAFKA-2714: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/393 > Add integration tests for exceptional cases in Fetching for new consumer > ------------------------------------------------------------------------ > > Key: KAFKA-2714 > URL: https://issues.apache.org/jira/browse/KAFKA-2714 > Project: Kafka > Issue Type: Test > Reporter: Anna Povzner > Assignee: Anna Povzner > Fix For: 0.9.0.0 > > > We currently don't have integration tests for exceptional cases in fetches > for new consumer. This ticket is to create the following test scenarios: > 1. When reset policy is NONE, verify that NoOffsetForPartitionException is > thrown if no initial position is set. > 2. When reset policy is NONE, verify that OffsetOutOfRange is thrown if you > seek out of range. > 3. Verify RecordTooLargeException is thrown if a message is too large for the > configured fetch size. -- This message was sent by Atlassian JIRA (v6.3.4#6332)