You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Mark Phippard <ma...@gmail.com> on 2008/07/17 15:34:33 UTC

Status of Python bindings in 1.5.x branch

When I run the Python tests they are segfaulting.  I have not run them
in a while, it could be my system.  Could someone run the tests on the
latest branch and confirm they still work OK for you?

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

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

Re: Status of Python bindings in 1.5.x branch

Posted by Mark Phippard <ma...@gmail.com>.
On Thu, Jul 17, 2008 at 12:59 PM, Peter Samuelson <pe...@p12n.org> wrote:
>
> [Mark Phippard]
>> I used make check-swig-py, but based on the stack trace I'd say it was
>> the same test.
>
> Same here, python2.5.
>
>> The other bindings all tested fine.
>
> Last I tried 1.5.x, a couple days ago, there were a couple of failures
> in check-swig-rb that weren't in 1.5.0.  I didn't have time to
> investigate but I will try to do that tonight.

I get two merge failure with current 1.5.x.  When I ran the tests
before I had merged the issue3067 branch.  With that branch merged
into 1.5.x there are no test failures.


-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

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

Re: Status of Python bindings in 1.5.x branch

Posted by Peter Samuelson <pe...@p12n.org>.
[Mark Phippard]
> I used make check-swig-py, but based on the stack trace I'd say it was
> the same test.

Same here, python2.5.

> The other bindings all tested fine.

Last I tried 1.5.x, a couple days ago, there were a couple of failures
in check-swig-rb that weren't in 1.5.0.  I didn't have time to
investigate but I will try to do that tonight.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/

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

Re: Status of Python bindings in 1.5.x branch

Posted by Mark Phippard <ma...@gmail.com>.
On Thu, Jul 17, 2008 at 12:22 PM, C. Michael Pilato <cm...@collab.net> wrote:
> Mark Phippard wrote:
>>
>> When I run the Python tests they are segfaulting.  I have not run them
>> in a while, it could be my system.  Could someone run the tests on the
>> latest branch and confirm they still work OK for you?
>>
>
> $ cd ~/projects/subversion-1.5.x/subversion/bindings/swig/python
> $ python ./tests/run_all.py -v
> test_SubversionException (core.SubversionCoreTestCase) ... ok
> test_mime_type_is_binary (core.SubversionCoreTestCase) ... ok
> test_mime_type_validate (core.SubversionCoreTestCase) ... ok
> test_mergeinfo_get (mergeinfo.SubversionMergeinfoTestCase) ... ok
> Test svn_mergeinfo_merge() ... ok
> Test svn_mergeinfo_parse() ... ok
> test_mergeinfo_sort (mergeinfo.SubversionMergeinfoTestCase) ... ok
> test_rangelist_merge (mergeinfo.SubversionMergeinfoTestCase) ... ok
> test_rangelist_reverse (mergeinfo.SubversionMergeinfoTestCase) ... ok
> Test playing with C batons ... ok
> Test direct method calls to callbacks ... ok
> Test svn_client_checkout2. ... ok
> test_client_ctx_baton_lifetime (client.SubversionClientTestCase) ... ok
> Test svn_client_info on an empty repository ... ok
> Test svn_client_info on working copy file and remote files. ... ok
> Test svn_client_log3 on a file:// URL ... ok
> Test svn_client_mkdir2 on a file:// URL ... Segmentation fault
>
> Uh-oh!!!

I used make check-swig-py, but based on the stack trace I'd say it was
the same test.

The other bindings all tested fine.

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

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

Re: Status of Python bindings in 1.5.x branch

Posted by "C. Michael Pilato" <cm...@collab.net>.
Mark Phippard wrote:
> When I run the Python tests they are segfaulting.  I have not run them
> in a while, it could be my system.  Could someone run the tests on the
> latest branch and confirm they still work OK for you?
> 

$ cd ~/projects/subversion-1.5.x/subversion/bindings/swig/python
$ python ./tests/run_all.py -v
test_SubversionException (core.SubversionCoreTestCase) ... ok
test_mime_type_is_binary (core.SubversionCoreTestCase) ... ok
test_mime_type_validate (core.SubversionCoreTestCase) ... ok
test_mergeinfo_get (mergeinfo.SubversionMergeinfoTestCase) ... ok
Test svn_mergeinfo_merge() ... ok
Test svn_mergeinfo_parse() ... ok
test_mergeinfo_sort (mergeinfo.SubversionMergeinfoTestCase) ... ok
test_rangelist_merge (mergeinfo.SubversionMergeinfoTestCase) ... ok
test_rangelist_reverse (mergeinfo.SubversionMergeinfoTestCase) ... ok
Test playing with C batons ... ok
Test direct method calls to callbacks ... ok
Test svn_client_checkout2. ... ok
test_client_ctx_baton_lifetime (client.SubversionClientTestCase) ... ok
Test svn_client_info on an empty repository ... ok
Test svn_client_info on working copy file and remote files. ... ok
Test svn_client_log3 on a file:// URL ... ok
Test svn_client_mkdir2 on a file:// URL ... Segmentation fault

Uh-oh!!!

-- 
C. Michael Pilato <cm...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand