| Summary: | dev-python/psycopg-2.9.9: stablereq | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
| Component: | Stabilization | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | enhancement | CC: | matoro_gentoo |
| Priority: | Normal | Keywords: | CC-ARCHES |
| Version: | unspecified | Flags: | nattka:
sanity-check+
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: |
=dev-python/psycopg-2.9.9
|
Runtime testing required: | --- |
|
Description
Michał Górny
2023-10-27 15:46:07 UTC
amd64 done x86 done arm done ppc64 done arm64 done One test failure on sparc?
======================================================================
FAIL: test_from_tables (tests.test_types_extras.AdaptTypeTestCase.test_from_tables)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/tmp/portage/dev-python/psycopg-2.9.9/work/psycopg2-2.9.9/tests/testutils.py", line 529, in slow_
return f(self)
^^^^^^^
File "/var/tmp/portage/dev-python/psycopg-2.9.9/work/psycopg2-2.9.9/tests/testutils.py", line 459, in skip_if_crdb__
return f(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/tmp/portage/dev-python/psycopg-2.9.9/work/psycopg2-2.9.9/tests/test_types_extras.py", line 385, in skip_if_no_composite_
return f(self)
^^^^^^^
File "/var/tmp/portage/dev-python/psycopg-2.9.9/work/psycopg2-2.9.9/tests/testutils.py", line 276, in skip_before_postgres__
return f(self)
^^^^^^^
File "/var/tmp/portage/dev-python/psycopg-2.9.9/work/psycopg2-2.9.9/tests/test_types_extras.py", line 721, in test_from_tables
self.assertEqual(r[0], (1, 'test1'))
AssertionError: ctest1(id=2, label='test2') != (1, 'test1')
----------------------------------------------------------------------
Ran 742 tests in 54.119s
FAILED (failures=1, skipped=59)
Debian seems to have this skipped as a "slow test" so perhaps this is CPU speed-related?
Could you ignore it, please? The old slot still uses their homegrown test runner, and I don't want to fight that crap. sparc done |