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_ntpath must account for casing changes #82268

Closed
zooba opened this issue Sep 10, 2019 · 4 comments
Closed

test_ntpath must account for casing changes #82268

zooba opened this issue Sep 10, 2019 · 4 comments
Assignees
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes OS-windows

Comments

@zooba
Copy link
Member

zooba commented Sep 10, 2019

BPO 38087
Nosy @pfmoore, @tjguk, @zware, @zooba
PRs
  • Updates to Azure Pipelines build definition #15827
  • bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath #15850
  • [3.7] bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) #15858
  • [3.8] bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850) #15859
  • 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 = 'https://github.com/zooba'
    closed_at = <Date 2019-09-10.14:30:08.789>
    created_at = <Date 2019-09-10.13:02:30.595>
    labels = ['3.7', '3.8', '3.9', 'OS-windows']
    title = 'test_ntpath must account for casing changes'
    updated_at = <Date 2019-09-10.14:30:08.789>
    user = 'https://github.com/zooba'

    bugs.python.org fields:

    activity = <Date 2019-09-10.14:30:08.789>
    actor = 'steve.dower'
    assignee = 'steve.dower'
    closed = True
    closed_date = <Date 2019-09-10.14:30:08.789>
    closer = 'steve.dower'
    components = ['Windows']
    creation = <Date 2019-09-10.13:02:30.595>
    creator = 'steve.dower'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38087
    keywords = ['patch']
    message_count = 4.0
    messages = ['351636', '351662', '351666', '351673']
    nosy_count = 4.0
    nosy_names = ['paul.moore', 'tim.golden', 'zach.ware', 'steve.dower']
    pr_nums = ['15827', '15850', '15858', '15859']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue38087'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @zooba
    Copy link
    Member Author

    zooba commented Sep 10, 2019

    Tests in test_ntpath that go via the actual file system (e.g. via realpath()) need to allow for the case of the path potentially changing.

    @zooba zooba added 3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes labels Sep 10, 2019
    @zooba zooba self-assigned this Sep 10, 2019
    @zware
    Copy link
    Member

    zware commented Sep 10, 2019

    New changeset 97d7906 by Zachary Ware (Steve Dower) in branch 'master':
    bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
    97d7906

    @zooba
    Copy link
    Member Author

    zooba commented Sep 10, 2019

    New changeset 0d7e6a6 by Steve Dower in branch '3.7':
    bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
    0d7e6a6

    @zooba
    Copy link
    Member Author

    zooba commented Sep 10, 2019

    New changeset 206e4c3 by Steve Dower in branch '3.8':
    bpo-38087: Fix case sensitivity in test_pathlib and test_ntpath (GH-15850)
    206e4c3

    @zooba zooba closed this as completed Sep 10, 2019
    @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
    3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes OS-windows
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants