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_urllib2net failed on s390x Debian 3.6: ftp.debian.org error, too many connections from your internet address #75066

Closed
vstinner opened this issue Jul 9, 2017 · 8 comments
Labels
3.7 (EOL) end of life tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@vstinner
Copy link
Member

vstinner commented Jul 9, 2017

BPO 30883
Nosy @vstinner, @berkerpeksag, @serhiy-storchaka
PRs
  • bpo-30883: Change ftp tests to hit pythontest.net instead of debian.org #2755
  • [2.7] bpo-30883: Backport urllib2 ftp test change #2756
  • [3.6] bpo-30883: Backport urllib2 ftp test change #2757
  • [3.5] bpo-30883: Backport urllib2 ftp test change #2758
  • 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 2017-07-20.00:22:40.047>
    created_at = <Date 2017-07-09.20:48:59.883>
    labels = ['3.7', 'type-bug', 'tests']
    title = 'test_urllib2net failed on s390x Debian 3.6: ftp.debian.org error, too many connections from your internet address'
    updated_at = <Date 2017-07-20.09:06:00.282>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2017-07-20.09:06:00.282>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-07-20.00:22:40.047>
    closer = 'berker.peksag'
    components = ['Tests']
    creation = <Date 2017-07-09.20:48:59.883>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30883
    keywords = []
    message_count = 8.0
    messages = ['297995', '298021', '298627', '298629', '298698', '298699', '298700', '298710']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'berker.peksag', 'serhiy.storchaka']
    pr_nums = ['2755', '2756', '2757', '2758']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue30883'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6', 'Python 3.7']

    @vstinner
    Copy link
    Member Author

    vstinner commented Jul 9, 2017

    http://buildbot.python.org/all/builders/s390x%20Debian%203.6/builds/530/steps/test/logs/stdio

    ERROR: test_ftp (test.test_urllib2net.OtherNetworkTests) (url='ftp://ftp.debian.org/debian/README')

    ERROR: test_ftp_basic (test.test_urllib2net.TimeoutTest)

    ERROR: test_ftp_default_timeout (test.test_urllib2net.TimeoutTest)
    ...
    ftplib.error_temp: 421 There are too many connections from your internet address.
    ...
    urllib.error.URLError: <urlopen error ftp error: error_temp('421 There are too many connections from your internet address.',)>

    ERROR: test_ftp_no_timeout (test.test_urllib2net.TimeoutTest)

    ERROR: test_ftp_timeout (test.test_urllib2net.TimeoutTest)

    @vstinner vstinner added the tests Tests in the Lib/test dir label Jul 9, 2017
    @serhiy-storchaka
    Copy link
    Member

    All public-facing debian.org FTP services will be shut down on November 1, 2017.

    See https://www.debian.org/News/2017/20170425.

    @berkerpeksag berkerpeksag added 3.7 (EOL) end of life type-bug An unexpected behavior, bug, or error labels Jul 10, 2017
    @berkerpeksag
    Copy link
    Member

    I merged Ammar's PR in d81bea6, but it looks like I missed that the PR title and commit message was different and the latter didn't contain bpo-30883.

    @berkerpeksag
    Copy link
    Member

    New changeset a739000 by Berker Peksag (Ammar Askar) in branch '2.7':
    [2.7] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755)
    a739000

    @berkerpeksag
    Copy link
    Member

    New changeset aca493b by Berker Peksag (Ammar Askar) in branch '3.5':
    [3.5] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755)
    aca493b

    @berkerpeksag
    Copy link
    Member

    New changeset ae4dca7 by Berker Peksag (Ammar Askar) in branch '3.6':
    [3.6] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755)
    ae4dca7

    @berkerpeksag
    Copy link
    Member

    Thanks, Ammar!

    @vstinner
    Copy link
    Member Author

    Oh, I didn't know that pythontest.net had a FTP server. Cool! Thank you for the fix ;-)

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

    No branches or pull requests

    3 participants