[jira] [Commented] (KAFKA-6735) Document how to skip findbugs / checkstyle when running unit test

2018-04-09 Thread Ted Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-6735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431677#comment-16431677
 ] 

Ted Yu commented on KAFKA-6735:
---

findbugs may take some time. Skipping findbugs is not for CI. It is for running 
tests locally.

> Document how to skip findbugs / checkstyle when running unit test
> -
>
> Key: KAFKA-6735
> URL: https://issues.apache.org/jira/browse/KAFKA-6735
> Project: Kafka
>  Issue Type: Test
>Reporter: Ted Yu
>Assignee: Ewen Cheslack-Postava
>Priority: Minor
>
> Even when running single unit test, findbugs dependency would result in some 
> time spent before the test is actually run.
> We should document how findbugs dependency can be skipped in such scenario:
> {code}
> -x findbugsMain -x findbugsTest -x checkStyleMain -x checkStyleTest
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (KAFKA-6735) Document how to skip findbugs / checkstyle when running unit test

2018-04-09 Thread Ewen Cheslack-Postava (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-6735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16431672#comment-16431672
 ] 

Ewen Cheslack-Postava commented on KAFKA-6735:
--

Why should we document outs for these? They should never result in merging PRs 
more quickly, as seems to be the goal here, since any failure mentioned here 
should result in CI failures that a committer would never merge since the CI 
builds failed.

 

> Document how to skip findbugs / checkstyle when running unit test
> -
>
> Key: KAFKA-6735
> URL: https://issues.apache.org/jira/browse/KAFKA-6735
> Project: Kafka
>  Issue Type: Test
>Reporter: Ted Yu
>Priority: Minor
>
> Even when running single unit test, findbugs dependency would result in some 
> time spent before the test is actually run.
> We should document how findbugs dependency can be skipped in such scenario:
> {code}
> -x findbugsMain -x findbugsTest -x checkStyleMain -x checkStyleTest
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)