[issue2240] test-subrepo-svn fails with mysterious ignored exception

Dirkjan Ochtman bugs at mercurial.selenic.com
Thu Jun 17 08:38:24 UTC 2010


New submission from Dirkjan Ochtman <dirkjan at ochtman.nl>:

I tried to debug it a little, but didn't get anywhere.

ERROR: /home/djc/mempatch/tests/test-subrepo-svn output changed
--- /home/djc/mempatch/tests/test-subrepo-svn.out
+++ /home/djc/mempatch/tests/test-subrepo-svn.err
@@ -20,12 +20,14 @@
 adding a
 % add first svn sub with leading whitespaces
 committing subrepository s
+Exception TypeError: TypeError("'NoneType' object is not callable",) in
<bound method Popen.__del__ of <subprocess.Popen object at 0xa41fd0>> ignored
 % debugsub
 path s
  source   file:///root/svn-repo/src
  revision 2

 % change file in svn and hg, commit
+Exception TypeError: TypeError("'NoneType' object is not callable",) in
<bound method Popen.__del__ of <subprocess.Popen object at 0x1f3f950>> ignored
 committing subrepository s
 Sending        s/alpha
 Transmitting file data .
@@ -57,6 +59,7 @@
 committing subrepository s
 abort: svn: Commit failed (details follow):
 svn: File '/src/alpha' is out of date
+Exception TypeError: TypeError("'NoneType' object is not callable",) in
<bound method Popen.__del__ of <subprocess.Popen object at 0xf87350>> ignored
 % this commit fails because of meta changes
 property 'svn:mime-type' set on 's/alpha'
 committing subrepository s
@@ -71,6 +74,7 @@
 abort: cannot commit svn externals

 % clone
+Exception TypeError: TypeError("'NoneType' object is not callable",) in
<bound method Popen.__del__ of <subprocess.Popen object at 0x14b5fd0>> ignored
 updating to branch default
 A    tc/s/alpha
  U   tc/s
!
Failed test-subrepo-svn: output changed
# Ran 1 tests, 0 skipped, 1 failed.

----------
messages: 12846
nosy: djc, durin42
priority: bug
status: unread
title: test-subrepo-svn fails with mysterious ignored exception

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2240>
____________________________________________________


More information about the Mercurial-devel mailing list