Run starting. Expected test count is: 0 KafkaRaftBrokersBeingKilledSpec: A kafka cluster - should survive the leader dying + Given a Kafka cluster with 4 brokers and 2 partitions running the RAFT protocol + When node 'kafka1' is elected leader from the cluster of brokers, {kafka1, kafka2, kafka3, kafka4} + And we send 100 messages + And we then kill the leader with ID 'kafka1' + And we send 100 more messages + Then 100 messages are received + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Run completed in 34 seconds, 847 milliseconds. Total number of tests run: 1 Suites: completed 1, aborted 0 Tests: succeeded 1, failed 0, canceled 0, ignored 0, pending 0 All tests passed.