On Thu, Sep 17, 2015 at 2:58 PM, Romain SOMMERARD <[email protected]> wrote:
> If we write a test which describe a bug, is it good to make a pull request
> for this test without fix ?

IMO yes please: the most important contribution to a bug fix is the test.

> if pull request is accepted, automatic build will fail

Simply mark the test with:

@Ignore("TODO currently failing exactly as reported")
@Issue("JENKINS-12345")

If and when someone supplies a fix, they can simply remove the
`@Ignore` in the same commit.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr2vq7RbBhMsHYkp8HpJ911KDAdWfWiu2LSrnQMRyqaO_A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to