You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2008/10/17 21:53:46 UTC

Buildbots are red

stsp: apparently, r33716 broke update_tests 42.

Everyone: the following tests fail on the Windows buildbot:

FAIL:  update_tests.py 14: update missing dir to rev in which it is absent
FAIL:  switch_tests.py 8: relocate with deleted, missing and copied entries
FAIL:  schedule_tests.py 8: schedule and commit deletion on missing items
FAIL:  revert_tests.py 16: status after schedule-delete, revert, and local rm
FAIL:  revert_tests.py 17: status after replace+, revert, and local rm
FAIL:  stat_tests.py 20: status with a versioned directory missing

Are they known / Is anyone looking into them?

I could reproduce the update_tests 14 failure locally (disclosure: I built 
with a patch applied).

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: Buildbots are red

Posted by Bert Huijben <be...@vmoo.com>.
> -----Original Message-----
> From: Daniel Shahaf [mailto:d.s@daniel.shahaf.name]
> Sent: Sunday, October 19, 2008 12:49 AM
> To: dev@subversion.tigris.org
> Subject: Re: Buildbots are red
> 
> Sander Rijken wrote on Sat, 18 Oct 2008 at 23:00 +0200:
> > On Oct 17, 2008, at 11:53 PM, Daniel Shahaf wrote:
> > > Everyone: the following tests fail on the Windows buildbot:
> > >
> 
> Update: since r33730 (hwright's merge of the fs-rep-sharing branch),
> the
> Windows build fails with sqlite-related errors.  Just adding sqlite to
> the
> dependencies of libsvn_fs_fs (in build.conf) doesn't fix it.  Sander
> said
> he was looking into patching the generator.

I fixed this in r33743. private/svn_sqlite.h was not part of the exported
api from libsvn_subr on Windows.

> > > FAIL:  update_tests.py 14: update missing dir to rev in which it is
> absent
> > > FAIL:  switch_tests.py 8: relocate with deleted, missing and copied
> entries
> > > FAIL:  schedule_tests.py 8: schedule and commit deletion on missing
> items
> > > FAIL:  revert_tests.py 16: status after schedule-delete, revert,
> and local rm
> > > FAIL:  revert_tests.py 17: status after replace+, revert, and local
> rm
> > > FAIL:  stat_tests.py 20: status with a versioned directory missing
> >
> > I did some debugging here, but don't have a fix for them. The
> breakage seems
> > to have been introduced in r33676.
> >
> 
> Thanks for the investigation.  I haven't digested that revision yet;
> maybe
> gstein will know the fix.

> 
> Daniel
> 
> > svn.exe crashes due to an access violation in libsvn_wc/lock.c at 763
> >
> > easy repro:
> >
> > - create the greek tree
> > - rmdir /s/q A\B\E
> > - svn status

For those not fluent in dos commands:
The unix equivalent of rmdir /s/q is rm -rf

	Bert



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Buildbots are red

Posted by Daniel Shahaf <d....@daniel.shahaf.name>.
Sander Rijken wrote on Sat, 18 Oct 2008 at 23:00 +0200:
> On Oct 17, 2008, at 11:53 PM, Daniel Shahaf wrote:
> > Everyone: the following tests fail on the Windows buildbot:
> > 

Update: since r33730 (hwright's merge of the fs-rep-sharing branch), the 
Windows build fails with sqlite-related errors.  Just adding sqlite to the 
dependencies of libsvn_fs_fs (in build.conf) doesn't fix it.  Sander said 
he was looking into patching the generator.

> > FAIL:  update_tests.py 14: update missing dir to rev in which it is absent
> > FAIL:  switch_tests.py 8: relocate with deleted, missing and copied entries
> > FAIL:  schedule_tests.py 8: schedule and commit deletion on missing items
> > FAIL:  revert_tests.py 16: status after schedule-delete, revert, and local rm
> > FAIL:  revert_tests.py 17: status after replace+, revert, and local rm
> > FAIL:  stat_tests.py 20: status with a versioned directory missing
> 
> I did some debugging here, but don't have a fix for them. The breakage seems
> to have been introduced in r33676.
> 

Thanks for the investigation.  I haven't digested that revision yet; maybe 
gstein will know the fix.

Daniel

> svn.exe crashes due to an access violation in libsvn_wc/lock.c at 763
> 
> easy repro:
> 
> - create the greek tree
> - rmdir /s/q A\B\E
> - svn status
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Buildbots are red

Posted by Sander Rijken <sr...@d-90.nl>.
On Oct 17, 2008, at 11:53 PM, Daniel Shahaf wrote:

> stsp: apparently, r33716 broke update_tests 42.
>
> Everyone: the following tests fail on the Windows buildbot:
>
> FAIL:  update_tests.py 14: update missing dir to rev in which it is  
> absent
> FAIL:  switch_tests.py 8: relocate with deleted, missing and copied  
> entries
> FAIL:  schedule_tests.py 8: schedule and commit deletion on missing  
> items
> FAIL:  revert_tests.py 16: status after schedule-delete, revert, and  
> local rm
> FAIL:  revert_tests.py 17: status after replace+, revert, and local rm
> FAIL:  stat_tests.py 20: status with a versioned directory missing
>
> Are they known / Is anyone looking into them?
>
>
> I could reproduce the update_tests 14 failure locally (disclosure: I  
> built
> with a patch applied).

I did some debugging here, but don't have a fix for them. The breakage  
seems to have been introduced in r33676.

svn.exe crashes due to an access violation in libsvn_wc/lock.c at 763

easy repro:

- create the greek tree
- rmdir /s/q A\B\E
- svn status

-- 
Sander Rijken

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Buildbots are red

Posted by Stefan Sperling <st...@elego.de>.
On Fri, Oct 17, 2008 at 11:53:46PM +0200, Daniel Shahaf wrote:
> stsp: apparently, r33716 broke update_tests 42.

Sorry about that. Fixed in r33720.

Thanks,
Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org