git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git testsuite failures
@ 2005-06-22 19:18 David S. Miller
  2005-06-23  0:54 ` Jon Seymour
  2005-06-23  0:59 ` Linus Torvalds
  0 siblings, 2 replies; 3+ messages in thread
From: David S. Miller @ 2005-06-22 19:18 UTC (permalink / raw)
  To: git


There are test cases failing in the testsuite over the
past few days, is this expected?

*** t6001-rev-list-merge-order.sh ***
 ...
* FAIL 3: simple merge order check_output simple-merge-order git-rev-list --merge-order --show-breaks HEAD
* FAIL 4: two diamonds merge order (g6) check_output two-diamonds-merge-order-g6 git-rev-list --merge-order --show-breaks g4
 ...
* FAIL 8: cross-epoch, head at l5, prune at l1 check_output cross-epoch-head-at-l5-prune-at-l1 git-rev-list --merge-order l5 ^l1
* FAIL 9: duplicated head arguments check_output duplicated-head-arguments git-rev-list --merge-order l5 l5 ^l1
 ...
* FAIL 20: max-count 10 - merge order check_output max-count-10-merge-order git-rev-list --merge-order --show-breaks --max-count=10 l5
 ...
* FAIL 23: --max-age=c3, --merge-order check_output max-age-c3-merge-order git-rev-list --merge-order --max-age=51148811 l5
 ...

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git testsuite failures
  2005-06-22 19:18 git testsuite failures David S. Miller
@ 2005-06-23  0:54 ` Jon Seymour
  2005-06-23  0:59 ` Linus Torvalds
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Seymour @ 2005-06-23  0:54 UTC (permalink / raw)
  To: David S. Miller; +Cc: git

I posted a fix for this yesterday. The break was caused by a change in
behaviour of parse_commit that the --merge-order stuff was dependent
on. Now that parse_commit is sane, the --merge-order stuff needs to be
made sane too.

The fix was in this patch.

[PATCH 1/1] Fix --merge-order unit test breaks introduced by
6c88be169881c9223532796bd225e79afaa115e1

jon.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: git testsuite failures
  2005-06-22 19:18 git testsuite failures David S. Miller
  2005-06-23  0:54 ` Jon Seymour
@ 2005-06-23  0:59 ` Linus Torvalds
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2005-06-23  0:59 UTC (permalink / raw)
  To: David S. Miller; +Cc: git



On Wed, 22 Jun 2005, David S. Miller wrote:
> 
> There are test cases failing in the testsuite over the
> past few days, is this expected?

Fixed now. It was the parent ordering cleanup that broke an assumption
about parents being in reverse order in the rev-list "epoch" code. I
checked in the fix from Jon,

		Linus

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-23  0:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-22 19:18 git testsuite failures David S. Miller
2005-06-23  0:54 ` Jon Seymour
2005-06-23  0:59 ` Linus Torvalds

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).