Dear Mike,

while building version 0.7.10 on openSUSE build service, I noticed, that there 
are a bunch of test failures to care about. 

My SQLAlchemy project:

https://build.opensuse.org/package/show/home:frispete:python/python-SQLAlchemy

The build logs are located here:

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

Looking from 248s downwards, you will find this:

[  248s] ======================================================================
[  248s] ERROR: test.engine.test_execute.EchoTest.test_echo_flag_independence
[  248s] ----------------------------------------------------------------------
[  248s] Traceback (most recent call last):
[  248s]   File "/usr/lib/python2.7/site-packages/nose/case.py", line 381, in 
setUp
[  248s]     try_run(self.inst, ('setup', 'setUp'))
[  248s]   File "/usr/lib/python2.7/site-packages/nose/util.py", line 469, in 
try_run
[  248s]     return func()
[  248s]   File 
"/home/abuild/rpmbuild/BUILD/SQLAlchemy-0.7.10/./test/engine/test_execute.py", 
line 708, in setup
[  248s]     self.buf = logging.handlers.BufferingHandler(100)
[  248s] AttributeError: 'module' object has no attribute 'handlers'
[  248s] 
[  248s] ======================================================================
[  248s] ERROR: test.engine.test_execute.EchoTest.test_levels
[  248s] ----------------------------------------------------------------------
[  248s] Traceback (most recent call last):
[  248s]   File "/usr/lib/python2.7/site-packages/nose/case.py", line 381, in 
setUp
[  248s]     try_run(self.inst, ('setup', 'setUp'))
[  248s]   File "/usr/lib/python2.7/site-packages/nose/util.py", line 469, in 
try_run
[  248s]     return func()
[  248s]   File 
"/home/abuild/rpmbuild/BUILD/SQLAlchemy-0.7.10/./test/engine/test_execute.py", 
line 708, in setup
[  248s]     self.buf = logging.handlers.BufferingHandler(100)
[  248s] AttributeError: 'module' object has no attribute 'handlers'
[  248s] 
[  248s] ======================================================================
[  248s] ERROR: test.engine.test_execute.EchoTest.testing_engine
[  248s] ----------------------------------------------------------------------
[  248s] Traceback (most recent call last):
[  248s]   File "/usr/lib/python2.7/site-packages/nose/case.py", line 381, in 
setUp
[  248s]     try_run(self.inst, ('setup', 'setUp'))
[  248s]   File "/usr/lib/python2.7/site-packages/nose/util.py", line 469, in 
try_run
[  248s]     return func()
[  248s]   File 
"/home/abuild/rpmbuild/BUILD/SQLAlchemy-0.7.10/./test/engine/test_execute.py", 
line 708, in setup
[  248s]     self.buf = logging.handlers.BufferingHandler(100)
[  248s] AttributeError: 'module' object has no attribute 'handlers'
[  248s] 
[  248s] ======================================================================
[  248s] ERROR: test.engine.test_execute.LogParamsTest.test_error_large_dict
[  248s] ----------------------------------------------------------------------
[  248s] Traceback (most recent call last):
[  248s]   File "/usr/lib/python2.7/site-packages/nose/case.py", line 381, in 
setUp
[  248s]     try_run(self.inst, ('setup', 'setUp'))
[  248s]   File "/usr/lib/python2.7/site-packages/nose/util.py", line 469, in 
try_run
[  248s]     return func()
[  248s]   File 
"/home/abuild/rpmbuild/BUILD/SQLAlchemy-0.7.10/./test/engine/test_execute.py", 
line 545, in setup
[  248s]     self.buf = logging.handlers.BufferingHandler(100)
[  248s] AttributeError: 'module' object has no attribute 'handlers'


Given, that many of those seem to suffer from a similar issue, there might
be an easy fix. For the time being, I don't fail the build, but it would
be nice to enable those tests and bail out on failures in order to raise
confidence for this package/project.

Some advice is appreciated.

Cheers,
Pete 

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to