Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
The following tests in ProducerFailureHandlingTest in core/src/test/scala/integration/kafka/api/ProducerFailureHandlingTest.scala need to be updated to support KRaft
87 : def testTooLargeRecordWithAckZero(): Unit = {
104 : def testTooLargeRecordWithAckOne(): Unit = {
133 : def testPartitionTooLargeForReplicationWithAckAll(): Unit = {
139 : def testResponseTooLargeForReplicationWithAckAll(): Unit = {
147 : def testNonExistentTopic(): Unit = {
164 : def testWrongBrokerList(): Unit = {
181 : def testInvalidPartition(): Unit = {
195 : def testSendAfterClosed(): Unit = {
215 : def testCannotSendToInternalTopic(): Unit = {
223 : def testNotEnoughReplicas(): Unit = {
236 : def testNotEnoughReplicasAfterBrokerShutdown(): Unit = {
Scanned 260 lines. Found 0 KRaft tests out of 11 tests