jayvdb added a subscriber: XZise. jayvdb added a comment.
Copied from https://github.com/mementoweb/py-memento-client/issues/5: After downloading lots of build logs... 2858.2 ( https://phabricator.wikimedia.org/rPWBCafdd8f9e72a9b25b05a332d11972b42ae67ded1d ) is the last build to pass this test 2859.2 ( https://phabricator.wikimedia.org/rPWBCe9d14578cfa6c16bde3dc656b530b991103d1fc0 )-2865.2 ( https://phabricator.wikimedia.org/rPWBC5795ed5b816ba6bc1da83942da6a62d2bec958e9 ) skipped the test with `HTTPConnectionPool(host='timetravel.mementoweb.org', port=80): Read timed out. (read timeout=30)"` 2866.2 ( https://phabricator.wikimedia.org/rPWBC25980447cf4507ae58d7beb22f2e13b1084b8838 ) is when it started failing with `HTTP status: 404`, but that is irrelevant. 2859.2 ( https://phabricator.wikimedia.org/rPWBCe9d14578cfa6c16bde3dc656b530b991103d1fc0 ) is where the relevant change occurred. It merged https://phabricator.wikimedia.org/rPWBC0e9965779417a668777e90d1c1e4b0b327adedc3, by @xZise , which added the hostname checking to the MementoTestBase class. So in essence, the http check against 'http://timetravel.mementoweb.org/webcite/timegate/' has been failing as long as our test suite has been doing it. There is a small oddity in that it was giving timeouts and then switched to issuing 404 errors, but it is now using a sensible 400 error. TASK DETAIL https://phabricator.wikimedia.org/T128998 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: XZise, gerritbot, Aklapper, jayvdb, pywikibot-bugs-list, Lewizho99, Krenair _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
