Solaris package

rupert.thurner rupert.thurner at gmail.com
Tue Aug 4 09:05:59 CDT 2009


On 3 Aug., 21:44, Matt Mackall <m... at selenic.com> wrote:
> On Mon, 2009-08-03 at 11:32 +0200, Martin Geisler wrote:
> > "rupert.thurner" <rupert.thur... at gmail.com> writes:
>
> > I'm sending this reply to the mercurial-devel list since we've moved
> > from user questions into development questions. Please make sure to send
> > your reply there too.
>
> > > the remaining errors are:
> > > Failed test-convert-cvs-branch: output changed and returned error code
> > > 1
> > > Failed test-convert-cvs-synthetic: output changed and returned error
> > > code 1
> > > Failed test-convert-cvsnt-mergepoints: output changed
> > > Failed test-convert-git: output changed
> > > Failed test-hook: output changed
> > > Failed test-import: output changed
> > > Failed test-paths: output changed
>
> > > we do not have cvsnt installed, so probably this test should be
> > > skipped. as we use the current standard 1.11.23 of the stock cvs we
> > > wonder why the tests fail.
>
> > > just to take out one error, how does one read that output currectly?
>
> > The output of each test is compared with previously recorded output:
> > test-foo stores its output in test-foo.out. You see the differences in
> > the output:
>
> > > ERROR: test-hook output changed
> > > --- Expected output
> > > +++ Test output
> > >  -1,29 +1,29 @@
> > > -commit hook: HG_NODE=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b
> > > HG_PARENT1=0000000000000000000000000000000000000000
> > > +commit hook: HG_NODE=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b
> > > HG_PARENT1=0000000000000000000000000000000000000000 HG_PENDING=true
>
> > > does this mean the HG_PENDING=true is there despite it is not
> > > expected? why it is like this?
>
> > Yes, the above diff means that the HG_PENDING=true part should not be
> > there. I don't know why it is there.
>
> That definitely shouldn't happen. We only pass pending to the pretxn
> hooks. Is this repeatable? Does it happen with 1.2.1?

the 7 errors for hg-1.3.1 are repeatable with the testsuite. hg-1.3.1
passes more tests than hg-1.2.1, and the test-hook testcase errors out
in 1.2.1 as well. hope the paste below is not too long for the mailing
list:

ERROR: test-hook output changed
--- Expected output
+++ Test output
@@ -1,29 +1,29 @@
 precommit hook: HG_PARENT1=0000000000000000000000000000000000000000
 pretxncommit hook: HG_NODE=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b
HG_PARENT1=0000000000000000000000000000000000000000 HG_PENDING=true
 0:29b62aeb769f
-commit hook: HG_NODE=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b
HG_PARENT1=0000000000000000000000000000000000000000
-commit.b hook: HG_NODE=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b
HG_PARENT1=0000000000000000000000000000000000000000
+commit hook: HG_NODE=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b
HG_PARENT1=0000000000000000000000000000000000000000 HG_PENDING=true
+commit.b hook: HG_NODE=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b
HG_PARENT1=0000000000000000000000000000000000000000 HG_PENDING=true
 updating working directory
 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
 precommit hook: HG_PARENT1=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b
 pretxncommit hook: HG_NODE=b702efe9688826e3a91283852b328b84dbf37bc2
HG_PARENT1=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b HG_PENDING=true
 1:b702efe96888
-commit hook: HG_NODE=b702efe9688826e3a91283852b328b84dbf37bc2
HG_PARENT1=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b
-commit.b hook: HG_NODE=b702efe9688826e3a91283852b328b84dbf37bc2
HG_PARENT1=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b
+commit hook: HG_NODE=b702efe9688826e3a91283852b328b84dbf37bc2
HG_PARENT1=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b HG_PENDING=true
+commit.b hook: HG_NODE=b702efe9688826e3a91283852b328b84dbf37bc2
HG_PARENT1=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b HG_PENDING=true
 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
 precommit hook: HG_PARENT1=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b
 pretxncommit hook: HG_NODE=1324a5531bac09b329c3845d35ae6a7526874edb
HG_PARENT1=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b HG_PENDING=true
 2:1324a5531bac
-commit hook: HG_NODE=1324a5531bac09b329c3845d35ae6a7526874edb
HG_PARENT1=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b
-commit.b hook: HG_NODE=1324a5531bac09b329c3845d35ae6a7526874edb
HG_PARENT1=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b
+commit hook: HG_NODE=1324a5531bac09b329c3845d35ae6a7526874edb
HG_PARENT1=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b HG_PENDING=true
+commit.b hook: HG_NODE=1324a5531bac09b329c3845d35ae6a7526874edb
HG_PARENT1=29b62aeb769fdf78d8d9c5f28b017f76d7ef824b HG_PENDING=true
 created new head
 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
 (branch merge, don't forget to commit)
 precommit hook: HG_PARENT1=1324a5531bac09b329c3845d35ae6a7526874edb
HG_PARENT2=b702efe9688826e3a91283852b328b84dbf37bc2
 pretxncommit hook: HG_NODE=4c52fb2e402287dd5dc052090682536c8406c321
HG_PARENT1=1324a5531bac09b329c3845d35ae6a7526874edb
HG_PARENT2=b702efe9688826e3a91283852b328b84dbf37bc2 HG_PENDING=true
 3:4c52fb2e4022
-commit hook: HG_NODE=4c52fb2e402287dd5dc052090682536c8406c321
HG_PARENT1=1324a5531bac09b329c3845d35ae6a7526874edb
HG_PARENT2=b702efe9688826e3a91283852b328b84dbf37bc2
-commit.b hook: HG_NODE=4c52fb2e402287dd5dc052090682536c8406c321
HG_PARENT1=1324a5531bac09b329c3845d35ae6a7526874edb
HG_PARENT2=b702efe9688826e3a91283852b328b84dbf37bc2
+commit hook: HG_NODE=4c52fb2e402287dd5dc052090682536c8406c321
HG_PARENT1=1324a5531bac09b329c3845d35ae6a7526874edb
HG_PARENT2=b702efe9688826e3a91283852b328b84dbf37bc2 HG_PENDING=true
+commit.b hook: HG_NODE=4c52fb2e402287dd5dc052090682536c8406c321
HG_PARENT1=1324a5531bac09b329c3845d35ae6a7526874edb
HG_PARENT2=b702efe9688826e3a91283852b328b84dbf37bc2 HG_PENDING=true
 pre-identify hook: HG_ARGS=id
 warning: pre-identify hook exited with status 1
 pre-cat hook: HG_ARGS=cat b
@@ -45,9 +45,9 @@
 precommit hook: HG_PARENT1=4c52fb2e402287dd5dc052090682536c8406c321
 pretxncommit hook: HG_NODE=8ea2ef7ad3e8cac946c72f1e0c79d6aebc301198
HG_PARENT1=4c52fb2e402287dd5dc052090682536c8406c321 HG_PENDING=true
 4:8ea2ef7ad3e8
-commit hook: HG_NODE=8ea2ef7ad3e8cac946c72f1e0c79d6aebc301198
HG_PARENT1=4c52fb2e402287dd5dc052090682536c8406c321
-commit.b hook: HG_NODE=8ea2ef7ad3e8cac946c72f1e0c79d6aebc301198
HG_PARENT1=4c52fb2e402287dd5dc052090682536c8406c321
-tag hook: HG_LOCAL=0 HG_NODE=4c52fb2e402287dd5dc052090682536c8406c321
HG_TAG=a
+commit hook: HG_NODE=8ea2ef7ad3e8cac946c72f1e0c79d6aebc301198
HG_PARENT1=4c52fb2e402287dd5dc052090682536c8406c321 HG_PENDING=true
+commit.b hook: HG_NODE=8ea2ef7ad3e8cac946c72f1e0c79d6aebc301198
HG_PARENT1=4c52fb2e402287dd5dc052090682536c8406c321 HG_PENDING=true
+tag hook: HG_LOCAL=0 HG_NODE=4c52fb2e402287dd5dc052090682536c8406c321
HG_PENDING=true HG_TAG=a
 pretag hook: HG_LOCAL=1
HG_NODE=8ea2ef7ad3e8cac946c72f1e0c79d6aebc301198 HG_TAG=la
 tag hook: HG_LOCAL=1 HG_NODE=8ea2ef7ad3e8cac946c72f1e0c79d6aebc301198
HG_TAG=la
 pretag hook: HG_LOCAL=0
HG_NODE=8ea2ef7ad3e8cac946c72f1e0c79d6aebc301198 HG_TAG=fa
!......s.....


rupert.



More information about the Mercurial-devel mailing list