Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two of 36 tests fail #7

Open
frispete opened this issue Aug 6, 2013 · 2 comments
Open

Two of 36 tests fail #7

frispete opened this issue Aug 6, 2013 · 2 comments

Comments

@frispete
Copy link

frispete commented Aug 6, 2013

with current pyramid stack:

[ 5s] ======================================================================
[ 5s] ERROR: test_it (pyramid_handlers.tests.TestHandlerDirective)
[ 5s] ----------------------------------------------------------------------
[ 5s] Traceback (most recent call last):
[ 5s] File "/home/abuild/rpmbuild/BUILD/pyramid_handlers-0.5/pyramid_handlers/tests.py", line 534, in test_it
[ 5s] _execute_actions(actions)
[ 5s] File "/home/abuild/rpmbuild/BUILD/pyramid_handlers-0.5/pyramid_handlers/tests.py", line 603, in _execute_actions
[ 5s] action'callable'
[ 5s] File "/usr/lib/python2.7/site-packages/pyramid/config/views.py", line 1165, in register
[ 5s] order = view_intr['order']
[ 5s] KeyError: 'order'
[ 5s]
[ 5s] ======================================================================
[ 5s] ERROR: test_conflict_add_handler (pyramid_handlers.tests.Test_add_handler)
[ 5s] ----------------------------------------------------------------------
[ 5s] Traceback (most recent call last):
[ 5s] File "/home/abuild/rpmbuild/BUILD/pyramid_handlers-0.5/pyramid_handlers/tests.py", line 408, in test_conflict_add_handler
[ 5s] self.assertEqual(c[2], 'test_conflict_add_handler')
[ 5s] IndexError: list index out of range
[ 5s]
[ 5s] ----------------------------------------------------------------------
[ 5s] Ran 36 tests in 0.114s
[ 5s]
[ 5s] FAILED (errors=2)

@mcdonc
Copy link
Member

mcdonc commented Aug 6, 2013

Cannot repeat this on master on Ubuntu under 2.7.

@frispete
Copy link
Author

frispete commented Aug 6, 2013

Dear Chris,

thanks for your care.

Here's an example build log:

https://build.opensuse.org/package/live_build_log/home:frispete:python/python-pyramid_handlers/openSUSE_12.2/x86_64

If you click on "Download logfile", you can see all dependent packages
for this build. I created all pyramid dependent packages or updated them
to the latest released versions.

This is with Python 2.7.3, but due to the build system, also Python
versions 2.6.8 and 2.7.2 are exercised.

Cheers,
Pete

On Dienstag, 6. August 2013 05:26:13 Chris McDonough wrote:

Cannot repeat this on master on Ubuntu under 2.7.


Reply to this email directly or view it on GitHub:
#7 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants