File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,8 @@ Follow instuctions in http://kafka.apache.org/documentation.html#quickstart
35
35
./gradlew -Dtest.single=RequestResponseSerializationTest core:test
36
36
37
37
### Running a particular test method within a unit test ###
38
- ./gradlew core:test --tests kafka.api.test.ProducerFailureHandlingTest.testCannotSendToInternalTopic
39
- ./gradlew clients:test --tests org.apache.kafka.clients.producer.MetadataTest.testMetadataUpdateWaitTime
40
-
38
+ ./gradlew core:test --tests kafka.api.ProducerFailureHandlingTest.testCannotSendToInternalTopic
39
+ ./gradlew clients:test --tests org.apache.kafka.clients.MetadataTest.testMetadataUpdateWaitTime
41
40
42
41
### Running a particular unit test with log4j output ###
43
42
change the log4j setting in either clients/src/test/resources/log4j.properties or core/src/test/resources/log4j.properties
You can’t perform that action at this time.
0 commit comments