Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 348075 - Stabilize dev-python/sqlalchemy-0.6.5
Summary: Stabilize dev-python/sqlalchemy-0.6.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: STABLEREQ
Depends on:
Blocks:
 
Reported: 2010-12-07 21:11 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2011-02-09 02:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (dev-python:sqlalchemy-0.6.5:20101209-102506.log,105.15 KB, text/plain)
2010-12-09 10:36 UTC, Paweł Hajdan, Jr. (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-12-07 21:11:39 UTC
Stabilize dev-python/sqlalchemy-0.6.5.
Comment 1 Agostino Sarubbo gentoo-dev 2010-12-08 18:54:22 UTC
amd64 ok
Comment 2 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2010-12-09 10:36:52 UTC
Created attachment 256725 [details]
build.log

Tests fail on x86.
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2010-12-09 11:59:04 UTC
amd64 done. Thanks Agostino
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2010-12-09 15:49:36 UTC
(In reply to comment #2)

This problem occurs in unrecognized conditions and also occurs in currently stable version, so it's not a regression.
Comment 5 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2011-01-28 18:46:00 UTC
(In reply to comment #4)
> This problem occurs in unrecognized conditions and also occurs in currently
> stable version, so it's not a regression.

Looks like no tests are being run anyway. Could you add RESTRICT=test?
Comment 6 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-01-28 19:07:37 UTC
(In reply to comment #5)
> Looks like no tests are being run anyway.

Tests with CPython 2.* are run for me:

 * Testing of dev-python/sqlalchemy-0.6.5 with CPython 2.6...
/var/tmp/portage/dev-python/sqlalchemy-0.6.5/work/SQLAlchemy-0.6.5/build-2.6/lib.linux-x86_64-2.6/sqlalchemy/dialects/access/base.py:166: SAWarning: The access dialect is not yet ported to SQLAlchemy 0.6
  super(AccessDialect, self).__init__(**params)
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../var/tmp/portage/dev-python/sqlalchemy-0.6.5/work/SQLAlchemy-0.6.5/build-2.6/lib.linux-x86_64-2.6/sqlalchemy/test/engines.py:28: UserWarning: testing_reaper couldn't close connection: Cannot operate on a closed database.
  warnings.warn("testing_reaper couldn't close connection: %s" % e)
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 2442 tests in 123.685s

OK
 * Testing of dev-python/sqlalchemy-0.6.5 with CPython 2.7...
/var/tmp/portage/dev-python/sqlalchemy-0.6.5/work/SQLAlchemy-0.6.5/build-2.7/lib.linux-x86_64-2.7/sqlalchemy/dialects/access/base.py:166: SAWarning: The access dialect is not yet ported to SQLAlchemy 0.6
  super(AccessDialect, self).__init__(**params)
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../var/tmp/portage/dev-python/sqlalchemy-0.6.5/work/SQLAlchemy-0.6.5/build-2.7/lib.linux-x86_64-2.7/sqlalchemy/test/engines.py:28: UserWarning: testing_reaper couldn't close connection: Cannot operate on a closed database.
  warnings.warn("testing_reaper couldn't close connection: %s" % e)
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 2442 tests in 91.727s

OK
 * Testing of dev-python/sqlalchemy-0.6.5 with CPython 3.1...
 * Testing of dev-python/sqlalchemy-0.6.5 with CPython 3.2...
Comment 7 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2011-02-09 02:44:40 UTC
dev-python/sqlalchemy-0.6.6 will be stabilized in bug #354181.