Issue29589
Created on 2017-02-17 13:23 by Dima Zhukov, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| tests.output | Dima Zhukov, 2017-02-17 13:23 | |||
| Messages (7) | |||
|---|---|---|---|
| msg288005 - (view) | Author: Dima Zhukov (Dima Zhukov) | Date: 2017-02-17 13:23 | |
Hi, i'm new to Python. Just have downloded source code and tried to install it, but "make test" failed 2 test: test_asyncio and test_multiprocessing_forkserver. How bad is it and what should i do? Logs attached |
|||
| msg288188 - (view) | Author: Xiang Zhang (xiang.zhang) * ![]() |
Date: 2017-02-20 08:50 | |
Hi Dima, can you stably reproduce the failures? Or try with the latest 3.6 code? |
|||
| msg288288 - (view) | Author: Dima Zhukov (Dima Zhukov) | Date: 2017-02-21 11:58 | |
Just tried with 3.4.6 version. Same test failed |
|||
| msg288335 - (view) | Author: Marcel Widjaja (mawidjaj) * | Date: 2017-02-22 05:51 | |
Both test_asyncio & test_multiprocessing_forkserver work for me. I'm on the latest 3.6 and Mac OS 10.11.6 |
|||
| msg288338 - (view) | Author: Louie Lu (louielu) * | Date: 2017-02-22 06:21 | |
Both test_asyncio & test_multiprocessing_forkserver passed on latest 3.6 and 4.8.3-1-ARCH. |
|||
| msg288339 - (view) | Author: Xiang Zhang (xiang.zhang) * ![]() |
Date: 2017-02-22 06:26 | |
Hmm, it seems not Python's fault. I can't reproduce the failure either. So I am going to close this issue. |
|||
| msg318007 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2018-05-29 11:06 | |
For the test_asyncio.test_stdin_broken_pipe() failure: see bpo-33531. For the test_multiprocessing_forkserver.test_ignore() failure: see bpo-33532. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:43 | admin | set | github: 73775 |
| 2018-05-29 11:06:50 | vstinner | set | nosy:
+ vstinner messages: + msg318007 |
| 2017-02-22 06:26:07 | xiang.zhang | set | status: open -> closed resolution: works for me messages: + msg288339 stage: test needed -> resolved |
| 2017-02-22 06:21:39 | louielu | set | nosy:
+ louielu messages: + msg288338 |
| 2017-02-22 05:51:02 | mawidjaj | set | nosy:
+ mawidjaj messages: + msg288335 |
| 2017-02-21 11:58:49 | Dima Zhukov | set | messages: + msg288288 |
| 2017-02-20 08:50:16 | xiang.zhang | set | nosy:
+ xiang.zhang messages:
+ msg288188 |
| 2017-02-17 13:23:20 | Dima Zhukov | create | |
