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_site failing on AppVeyor #73949

Closed
brettcannon opened this issue Mar 8, 2017 · 7 comments
Closed

test_site failing on AppVeyor #73949

brettcannon opened this issue Mar 8, 2017 · 7 comments
Assignees
Labels
3.7 (EOL) end of life OS-windows tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@brettcannon
Copy link
Member

BPO 29763
Nosy @brettcannon, @pfmoore, @tjguk, @zware, @zooba
PRs
  • bpo-29763: Use support.unlink instead of os.unlink #624
  • bpo-29763: Use support.unlink instead of os.unlink (GH-624 backport) #625
  • bpo-29763: Use standard cleanup in test_site #841
  • bpo-29763: Use unittest cleanup in test_site (GH-841 backport) #939
  • Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" #942
  • bpo-29763: Clean up _pth tests #954
  • 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/zware'
    closed_at = <Date 2017-03-12.04:41:01.305>
    created_at = <Date 2017-03-08.21:39:39.635>
    labels = ['3.7', 'type-bug', 'tests', 'OS-windows']
    title = 'test_site failing on AppVeyor'
    updated_at = <Date 2017-05-14.20:49:48.358>
    user = 'https://github.com/brettcannon'

    bugs.python.org fields:

    activity = <Date 2017-05-14.20:49:48.358>
    actor = 'zach.ware'
    assignee = 'zach.ware'
    closed = True
    closed_date = <Date 2017-03-12.04:41:01.305>
    closer = 'zach.ware'
    components = ['Tests', 'Windows']
    creation = <Date 2017-03-08.21:39:39.635>
    creator = 'brett.cannon'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 29763
    keywords = []
    message_count = 7.0
    messages = ['289260', '289473', '290222', '290223', '290961', '290965', '293659']
    nosy_count = 5.0
    nosy_names = ['brett.cannon', 'paul.moore', 'tim.golden', 'zach.ware', 'steve.dower']
    pr_nums = ['624', '625', '841', '939', '942', '954']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue29763'
    versions = ['Python 3.6', 'Python 3.7']

    @brettcannon
    Copy link
    Member Author

    E.g. https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.142. This looks to be the last consistent failure on AppVeyor.

    @zware
    Copy link
    Member

    zware commented Mar 12, 2017

    This should be fixed by PR624 and PR625.

    @zware zware added the tests Tests in the Lib/test dir label Mar 12, 2017
    @zware zware closed this as completed Mar 12, 2017
    @zware zware self-assigned this Mar 12, 2017
    @zware zware added the type-bug An unexpected behavior, bug, or error label Mar 12, 2017
    @zware
    Copy link
    Member

    zware commented Mar 24, 2017

    New changeset 7c6d6e0 by Zachary Ware in branch '3.6':
    bpo-29763: Use support.unlink instead of os.unlink (GH-624) (GH-625)
    7c6d6e0

    @zware
    Copy link
    Member

    zware commented Mar 24, 2017

    New changeset 93710c1 by Zachary Ware in branch 'master':
    bpo-29763: Use support.unlink instead of os.unlink (GH-624)
    93710c1

    @zware
    Copy link
    Member

    zware commented Apr 1, 2017

    New changeset b94d7fd by Zachary Ware in branch 'master':
    bpo-29763: Use unittest cleanup in test_site (GH-841)
    b94d7fd

    @zware
    Copy link
    Member

    zware commented Apr 1, 2017

    New changeset cd815ed by Zachary Ware in branch 'master':
    Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942)
    cd815ed

    @zware
    Copy link
    Member

    zware commented May 14, 2017

    New changeset d48214f by Zachary Ware in branch 'master':
    bpo-29763: Clean up _pth tests (GH-954)
    d48214f

    @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 OS-windows tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants