git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "SZEDER Gábor" <szeder@ira.uka.de>
To: Robin Rosenberg <robin.rosenberg.lists@dewire.com>
Cc: "Ferry Huberts (Pelagic)" <ferry.huberts@pelagic.nl>,
	Miles Bader <miles@gnu.org>,
	"Shawn O. Pearce" <spearce@spearce.org>,
	Johannes Schindelin <Johannes.Schindelin@gmx.de>,
	git@vger.kernel.org
Subject: Re: [JGIT PATCH 8/6] Fix zero context insert and delete hunk headers to match CGit
Date: Wed, 6 May 2009 00:19:46 +0200	[thread overview]
Message-ID: <20090505221946.GA20002@neumann> (raw)
In-Reply-To: <200905031124.08113.robin.rosenberg.lists@dewire.com>

Hi,


On Sun, May 03, 2009 at 11:24:07AM +0200, Robin Rosenberg wrote:
> söndag 03 maj 2009 10:31:30 skrev "Ferry Huberts (Pelagic)" <ferry.huberts@pelagic.nl>:
> > > 3) We should have a convention like C Git for marking known breakages.
> > > One option is FIXME, another it so go JUnit 4 and abuse the expected exception 
> > > annotation (using it for declaring OK exceptions is pretty bad use anyway I think,
> > > so we might use it for something better), or perhaps the @Ignore annotation which
> > > is meant specifically for this and other cases. A FIXME can be implemented right
> > > away.
> > 
> > standard pratice for junit would be to write a test case on what you would 
> > expect to be _correct_ behaviour. obviously that test would then fail.
> > it would be a know failure in the test suite. do not go ignoring it. it's 
> > better to keep being reminded that stuff doesn't work :-)
> 
> What I've see so far is that people start ignoring almost any failure, including new ones, when the test suites contains fails with "known" failues. The assumption is that the failed tests were the same as before.
> 
> Worse, automated tests have a hard time telling the difference. Currently I ran
> the jgit tests as part of the Eclipse plugin build and I want it to stop if there is a problem that we don't know of. 
> 
> "Annotation" of different kinds can be "grepped" for so we can find the broken
> cases separately and even refuse completion of release builds if we decide
> on that. 
> 
> Our primary UI right now is the Eclipse JUnit tests runner and I don't want
> to be remined of Shawn's or whoever's bugs when trying to make sure I don't
> break anything. Red = *I* broke something or found something new. 
> 
> TestNG has a nice way of classifying tests so, we could mark failures as "known failures" and specifically exclude/include them when invoking the
> JUnit tests.

you could use test suites to easily circumvent this in JUnit, even in
JUnit 3.x.

Just set up two test suites: one for the tests that should pass and
one for the tests with known breakages.  That way you can run either
only the "good" tests or only the broken ones.  Or even both, and you
can easily discern failures caused by known breakages from your new
breakages by looking at the tree of tests in eclipse's JUnit view.


Regards,
Gábor

      parent reply	other threads:[~2009-05-05 22:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-03  0:05 [JGIT PATCH 7/6] BROKEN: Add a zero line context test for diff.DiffFormatter Shawn O. Pearce
2009-05-03  0:14 ` [JGIT PATCH 8/6] Fix zero context insert and delete hunk headers to match CGit Shawn O. Pearce
2009-05-03  0:50   ` Miles Bader
2009-05-03  8:25     ` Robin Rosenberg
2009-05-03  8:31       ` Ferry Huberts (Pelagic)
2009-05-03  9:24         ` Robin Rosenberg
2009-05-03  9:29           ` Ferry Huberts (Pelagic)
2009-05-05 22:19           ` SZEDER Gábor [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090505221946.GA20002@neumann \
    --to=szeder@ira.uka.de \
    --cc=Johannes.Schindelin@gmx.de \
    --cc=ferry.huberts@pelagic.nl \
    --cc=git@vger.kernel.org \
    --cc=miles@gnu.org \
    --cc=robin.rosenberg.lists@dewire.com \
    --cc=spearce@spearce.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).