Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 917992 - dev-python/pgspecial: arm64 keywordreq
Summary: dev-python/pgspecial: arm64 keywordreq
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Keywording (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: CC-ARCHES
Depends on:
Blocks: 918788
  Show dependency tree
 
Reported: 2023-11-23 16:28 UTC by Michał Górny
Modified: 2023-11-30 14:21 UTC (History)
1 user (show)

See Also:
Package list:
dev-python/pgspecial ~arm64
Runtime testing required: ---
nattka: sanity-check+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-11-23 16:28:14 UTC
Please keyword
Comment 1 matoro archtester 2023-11-30 01:41:09 UTC
__________________________________________________________________________________ test_slash_d_view_verbose ___________________________________________________________________________________

executor = <function executor.<locals>.query_runner at 0xffff8157ede0>

    @dbtest
    def test_slash_d_view_verbose(executor):
        title = None
        headers = ["Column", "Type", "Modifiers", "Storage", "Description"]

        results = executor(r"\d+ vw1")
        rows = [
            ["id1", "integer", "", "plain", None],
            ["txt1", "text", "", "extended", None],
        ]
        status = "View definition:\n SELECT tbl1.id1,\n    tbl1.txt1\n   FROM tbl1; \n"

        expected = [title, rows, headers, status]
>       assert results == expected
E       AssertionError: assert [None, [['id1', 'integer', '', 'plain', None], ['txt1', 'text', '', 'extended', None]], ['Column', 'Type', 'Modifiers', 'Storage', 'Description'], 'View definiti
on:\n SELECT id1,\n    txt1\n   FROM tbl1; \n'] == [None, [['id1', 'integer', '', 'plain', None], ['txt1', 'text', '', 'extended', None]], ['Column', 'Type', 'Modifiers', 'Storage', 'Descripti
on'], 'View definition:\n SELECT tbl1.id1,\n    tbl1.txt1\n   FROM tbl1; \n']
E         At index 3 diff: 'View definition:\n SELECT id1,\n    txt1\n   FROM tbl1; \n' != 'View definition:\n SELECT tbl1.id1,\n    tbl1.txt1\n   FROM tbl1; \n'
E         Full diff:
E           [
E            None,
E            [['id1', 'integer', '', 'plain', None],
E             ['txt1', 'text', '', 'extended', None]],
E            ['Column', 'Type', 'Modifiers', 'Storage', 'Description'],
E         -  'View definition:\n SELECT tbl1.id1,\n    tbl1.txt1\n   FROM tbl1; \n',
E         ?                             -----          -----
E         +  'View definition:\n SELECT id1,\n    txt1\n   FROM tbl1; \n',
E           ]

executor   = <function executor.<locals>.query_runner at 0xffff8157ede0>
expected   = [None,
 [['id1', 'integer', '', 'plain', None],
  ['txt1', 'text', '', 'extended', None]],
 ['Column', 'Type', 'Modifiers', 'Storage', 'Description'],
 'View definition:\n SELECT tbl1.id1,\n    tbl1.txt1\n   FROM tbl1; \n']
headers    = ['Column', 'Type', 'Modifiers', 'Storage', 'Description']
results    = [None,
 [['id1', 'integer', '', 'plain', None],
  ['txt1', 'text', '', 'extended', None]],
 ['Column', 'Type', 'Modifiers', 'Storage', 'Description'],
 'View definition:\n SELECT id1,\n    txt1\n   FROM tbl1; \n']
rows       = [['id1', 'integer', '', 'plain', None], ['txt1', 'text', '', 'extended', None]]
status     = 'View definition:\n SELECT tbl1.id1,\n    tbl1.txt1\n   FROM tbl1; \n'
title      = None

tests/test_specials.py:288: AssertionError
Comment 2 Larry the Git Cow gentoo-dev 2023-11-30 13:20:59 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e808daa6885e2a4ede2aa6f05b89ab3d94b6e2dd

commit e808daa6885e2a4ede2aa6f05b89ab3d94b6e2dd
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2023-11-30 13:20:04 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-11-30 13:20:04 +0000

    dev-python/pgspecial: Deselect broken test
    
    Bug: https://bugs.gentoo.org/917992
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/pgspecial/pgspecial-2.1.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-11-30 14:21:18 UTC
arm64 done

all arches done