You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Sergey A. Lipnevich" <se...@optimaltec.com> on 2003/08/02 06:04:29 UTC

Python exception (pop from empty list) in basic_tests.py

Hi!

Could somebody please help me with this?

UNEXPECTED EXCEPTION:
Traceback (most recent call last):
  File "./svntest/testcase.py", line 87, in run
    rc = apply(self.pred.func, args)
  File "./basic_tests.py", line 54, in basic_checkout
    sbox.build()
  File "./svntest/main.py", line 398, in build
    if actions.make_repo_and_wc(self):
  File "./svntest/actions.py", line 632, in make_repo_and_wc
    guarantee_greek_repository(sbox.repo_dir)
  File "./svntest/actions.py", line 90, in guarantee_greek_repository
    lastline = string.strip(output.pop())
IndexError: pop from empty list

This happens for every test starting from basic_tests.py when I'm using 
--url=http://... (that is, testing ra_dav). I hope it's something 
obvious... Thank you!

Sergey.


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

Re: Python exception (pop from empty list) in basic_tests.py

Posted by "Sergey A. Lipnevich" <se...@optimaltec.com>.
OK, I now know that this happens because there's no output produced by 
`svn import' command, which is very likely because of Neon 0.24-related 
changes. Anyway, if it's a known case of some stupid mistake in setting 
up the environment for davcheck, please let me know!
Thanks!

Sergey A. Lipnevich wrote:
> Hi!
> 
> Could somebody please help me with this?
> 
> UNEXPECTED EXCEPTION:
> Traceback (most recent call last):
>  File "./svntest/testcase.py", line 87, in run
>    rc = apply(self.pred.func, args)
>  File "./basic_tests.py", line 54, in basic_checkout
>    sbox.build()
>  File "./svntest/main.py", line 398, in build
>    if actions.make_repo_and_wc(self):
>  File "./svntest/actions.py", line 632, in make_repo_and_wc
>    guarantee_greek_repository(sbox.repo_dir)
>  File "./svntest/actions.py", line 90, in guarantee_greek_repository
>    lastline = string.strip(output.pop())
> IndexError: pop from empty list
> 
> This happens for every test starting from basic_tests.py when I'm using 
> --url=http://... (that is, testing ra_dav). I hope it's something 
> obvious... Thank you!
> 
> Sergey.



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