Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
The following tests in FetchRequestTest in core/src/test/scala/unit/kafka/server/FetchRequestTest.scala need to be updated to support KRaft
45 : def testBrokerRespectsPartitionsOrderAndSizeLimits(): Unit = {
147 : def testFetchRequestV4WithReadCommitted(): Unit = {
165 : def testFetchRequestToNonReplica(): Unit = {
195 : def testLastFetchedEpochValidation(): Unit = {
200 : def testLastFetchedEpochValidationV12(): Unit = {
247 : def testCurrentEpochValidation(): Unit = {
252 : def testCurrentEpochValidationV12(): Unit = {
295 : def testEpochValidationWithinFetchSession(): Unit = {
300 : def testEpochValidationWithinFetchSessionV12(): Unit = {
361 : def testDownConversionWithConnectionFailure(): Unit = {
428 : def testDownConversionFromBatchedToUnbatchedRespectsOffset(): Unit = {
509 : def testCreateIncrementalFetchWithPartitionsInErrorV12(): Unit = {
568 : def testFetchWithPartitionsWithIdError(): Unit = {
610 : def testZStdCompressedTopic(): Unit = {
657 : def testZStdCompressedRecords(): Unit = {
Scanned 783 lines. Found 0 KRaft tests out of 15 tests