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

test_grp.py doesn't skip special NIS entry, fails #43539

Closed
martineau mannequin opened this issue Jun 22, 2006 · 2 comments
Closed

test_grp.py doesn't skip special NIS entry, fails #43539

martineau mannequin opened this issue Jun 22, 2006 · 2 comments
Labels
tests Tests in the Lib/test dir

Comments

@martineau
Copy link
Mannequin

martineau mannequin commented Jun 22, 2006

BPO 1510987
Files
  • grp.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2006-09-15.22:36:30.000>
    created_at = <Date 2006-06-22.23:08:36.000>
    labels = ['tests']
    title = "test_grp.py doesn't skip special NIS entry, fails"
    updated_at = <Date 2006-09-15.22:36:30.000>
    user = 'https://bugs.python.org/martineau'

    bugs.python.org fields:

    activity = <Date 2006-09-15.22:36:30.000>
    actor = 'martineau'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Tests']
    creation = <Date 2006-06-22.23:08:36.000>
    creator = 'martineau'
    dependencies = []
    files = ['7343']
    hgrepos = []
    issue_num = 1510987
    keywords = ['patch']
    message_count = 2.0
    messages = ['50522', '50523']
    nosy_count = 1.0
    nosy_names = ['martineau']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1510987'
    versions = ['Python 2.5']

    @martineau
    Copy link
    Mannequin Author

    martineau mannequin commented Jun 22, 2006

    Lib/test/test_grp.py is failing due to a "+:::" line in
    /etc/group.

    The test_errors() method checks for (and ignores) this
    type of entry, but test_values() does not.

    This patch makes test_values() ignore '+' or blank
    entries, using the same logic as test_errors().

    Python: 2.5b1 (svn revision 47078)
    Platform: Linux 2.6.16 (Suse 10.1)

    @martineau martineau mannequin closed this as completed Jun 22, 2006
    @martineau martineau mannequin added the tests Tests in the Lib/test dir label Jun 22, 2006
    @martineau
    Copy link
    Mannequin Author

    martineau mannequin commented Sep 15, 2006

    Logged In: YES
    user_id=1094573

    See bug 775964.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    tests Tests in the Lib/test dir
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants