<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Wed, 16 Aug 2017 at 12:03 Terry Reedy <<a href="mailto:tjreedy@udel.edu">tjreedy@udel.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 8/16/2017 2:32 PM, Antoine Pitrou wrote:<br>
<br>
> One of my PR builds got an AppVeyor failure in test_asyncgen<br>
> and I really doubt it is due to the PR itself:<br>
> <a href="https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.5366#L682" rel="noreferrer" target="_blank">https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.5366#L682</a><br>
<br>
The first failure message:<br>
<br>
test_async_gen_asyncio_gc_aclose_09<br>
(test.test_asyncgen.AsyncGenAsyncioTest) ... Task was destroyed but it<br>
is pending!<br>
task: <Task pending coro=<async_generator_athrow()> wait_for=<Future<br>
finished result=None>><br>
FAIL<br>
<br>
> ======================================================================<br>
> FAIL: test_async_gen_asyncio_gc_aclose_09 (test.test_asyncgen.AsyncGenAsyncioTest)<br>
> ----------------------------------------------------------------------<br>
> Traceback (most recent call last):<br>
>    File "C:\projects\cpython\lib\test\test_asyncgen.py", line 627, in test_async_gen_asyncio_gc_aclose_09<br>
>      self.assertEqual(DONE, 1)<br>
> AssertionError: 0 != 1<br>
<br>
It passed on the retest:<br>
test_async_gen_asyncio_gc_aclose_09<br>
(test.test_asyncgen.AsyncGenAsyncioTest) ... ok<br>
<br>
I have seen obviously unrelated intermittent failures like this too.  If<br>
it were to happen on Travis on the retest also, and I wanted to merge, I<br>
would try to unblock the merge by making an innocuous change in the<br>
blurb or some comment or docstring with the web editor.<br></blockquote><br></div><div class="gmail_quote">I think as a core dev you can manually re-run the build on Travis. The other option is to close and then open again the PR as that will re-trigger Travis. <br></div></div>