Message392216
| Author |
vstinner |
| Recipients |
Guido.van.Rossum, Mark.Shannon, corona10, gvanrossum, paul.moore, serhiy.storchaka, shihai1991, shreyanavigyan, steve.dower, tim.golden, tim.peters, vstinner, zach.ware |
| Date |
2021年04月28日.15:20:24 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1619623225.08.0.623522443614.issue43955@roundup.psfhosted.org> |
| In-reply-to |
| Content |
> Another issue with the tests is that it has become terribly slow. It's taking about 45 minutes to complete 1 run of the test suite. A few days ago, it took only 10 - 15 minutes.
It took 49 minutes on my Windows 10 VM. Are you sure that you ran the test suite sequentially when it was slower?
I advice you run using -j0 option to run tests in parallel: it's much faster, and it's also more reliable.
== Tests result: FAILURE ==
384 tests OK.
1 test failed:
test_distutils
41 tests skipped:
test_curses test_dbm_gnu test_dbm_ndbm test_devpoll test_epoll
test_fcntl test_fork1 test_gdb test_grp test_ioctl test_kqueue
test_multiprocessing_fork test_multiprocessing_forkserver test_nis
test_openpty test_ossaudiodev test_pipes test_poll test_posix
test_pty test_pwd test_readline test_resource test_smtpnet
test_socketserver test_spwd test_syslog test_threadsignals
test_timeout test_tix test_tk test_ttk_guionly test_urllib2net
test_urllibnet test_wait3 test_wait4 test_winsound test_xmlrpc_net
test_xxlimited test_xxtestfuzz test_zipfile64
Total duration: 49 min 12 sec
Tests result: FAILURE |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2021年04月28日 15:20:25 | vstinner | set | recipients:
+ vstinner, gvanrossum, tim.peters, paul.moore, tim.golden, Mark.Shannon, zach.ware, serhiy.storchaka, steve.dower, Guido.van.Rossum, corona10, shihai1991, shreyanavigyan |
| 2021年04月28日 15:20:25 | vstinner | set | messageid: <1619623225.08.0.623522443614.issue43955@roundup.psfhosted.org> |
| 2021年04月28日 15:20:25 | vstinner | link | issue43955 messages |
| 2021年04月28日 15:20:24 | vstinner | create |
|