Re: [python-committers] AppVeyor and Travis-CI

2018-05-16 Thread Terry Reedy
On 5/15/2018 12:20 PM, Alex Gaynor wrote: FWIW, attached is an image pointing out the re-run button. If you're not seeing those it means either a) you're not logged into Travis, b) somehow it's not picking up your permissions correctly. Is there anything in the devguide about this? The first

Re: [python-committers] AppVeyor and Travis-CI

2018-05-16 Thread Eric V. Smith
That's very helpful, thanks. The issue was that I wasn't logged on to Travis. I didn't know that was a thing. I'll check and see if this info is in the devguide. Eric On 5/15/18 12:20 PM, Alex Gaynor wrote: FWIW, attached is an image pointing out the re-run button. If you're not seeing

Re: [python-committers] AppVeyor and Travis-CI

2018-05-16 Thread Terry Reedy
On 5/16/2018 2:31 AM, Victor Stinner wrote: Oh, maybe I saw them. Are you talking about: "test_multiprocessing_forkserver: TestIgnoreEINTR.test_ignore() fails on Travis CI" https://bugs.python.org/issue33531 "test_asyncio: test_subprocess test_stdin_broken_pipe() failure on Travis CI"

Re: [python-committers] AppVeyor and Travis-CI

2018-05-16 Thread Victor Stinner
Oh, maybe I saw them. Are you talking about: "test_multiprocessing_forkserver: TestIgnoreEINTR.test_ignore() fails on Travis CI" https://bugs.python.org/issue33531 "test_asyncio: test_subprocess test_stdin_broken_pipe() failure on Travis CI" https://bugs.python.org/issue33532 (I just created

Re: [python-committers] AppVeyor and Travis-CI

2018-05-16 Thread Victor Stinner
It seems like the job has been rescheduled. I cannot see the failure ("394 tests OK"). Would you mind to open a bug report? Do you only see these failures in the 3.6 branch? Victor 2018-05-15 16:36 GMT-04:00 Terry Reedy : > I am getting repeated bogus failures, completely

Re: [python-committers] AppVeyor and Travis-CI

2018-05-15 Thread Terry Reedy
I am getting repeated bogus failures, completely unrelated to a trivial patch, more often than not, on Travis-CI For instance, https://travis-ci.org/python/cpython/jobs/379349709 2 tests failed: test_asyncio test_multiprocessing_forkserver 1 test altered the execution environment:

Re: [python-committers] AppVeyor and Travis-CI

2018-05-15 Thread Guido van Rossum
IIUC you have to close and reopen the PR. On Tue, May 15, 2018 at 11:35 AM, Eric V. Smith wrote: > Thanks. You mean close and re-open the bpo issue? > > In the past I saw a Travis "re-run" button, but now I don't. I expected to > see it on the Travis page, but last night I

Re: [python-committers] AppVeyor and Travis-CI

2018-05-15 Thread Brett Cannon
You can always close and then open an issue to re-trigger CI. As for Travis specifically, you should have the proper permissions to forcibly re-run the builds. On Mon, 14 May 2018 at 21:50 Eric V. Smith wrote: > I accidentally checked in some test files, and they got

Re: [python-committers] AppVeyor and Travis-CI

2018-05-15 Thread Eric V. Smith
Thanks. You mean close and re-open the bpo issue? In the past I saw a Travis "re-run" button, but now I don't. I expected to see it on the Travis page, but last night I only saw a "More options" menu and no "re-run". The next time something fails I'll look again. On 5/15/18 11:23 AM, Brett

Re: [python-committers] AppVeyor and Travis-CI

2018-05-14 Thread Terry Reedy
On 5/14/2018 9:49 PM, Eric V. Smith wrote: I accidentally checked in some test files, and they got backported to 3.7. I pushed a commit to delete them, and it was committed to master. But in the 3.7 backport, something has gone wrong with AppVeyor and Travis-CI.

[python-committers] AppVeyor and Travis-CI

2018-05-14 Thread Eric V. Smith
I accidentally checked in some test files, and they got backported to 3.7. I pushed a commit to delete them, and it was committed to master. But in the 3.7 backport, something has gone wrong with AppVeyor and Travis-CI. https://github.com/python/cpython/pull/6844 AppVeyor says "Expected —