This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xtreak
Recipients federico.granata, felixonmars, pablogsal, xtreak
Date 2020-10-08.11:17:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602155859.44.0.190860321545.issue41970@roundup.psfhosted.org>
In-reply-to
Content
Pablo, I can see the error in Travis. The difference I can see is that the tests are executed sequentially in coverage run but normal run has tests executing in parallel. Felix and Federico, can you please add the command you use to run the tests?

Sample error build : https://travis-ci.com/github/python/cpython/jobs/396688564#L2022

coverage run but has true in the end thus being always successful

xvfb-run ./venv/bin/python -m coverage run --branch --pylib -m test --fail-env-changed -uall,-cpu -x test_multiprocessing_fork -x test_multiprocessing_forkserver -x test_multiprocessing_spawn -x test_concurrent_futures || true

Normal run

/home/travis/build/python/cpython/python -u -W default -bb -E -m test -r -w -j 1 -u all -W --slowest --fail-env-changed --timeout=1200 -j4 -uall,-cpu
History
Date User Action Args
2020-10-08 11:17:39xtreaksetrecipients: + xtreak, felixonmars, pablogsal, federico.granata
2020-10-08 11:17:39xtreaksetmessageid: <1602155859.44.0.190860321545.issue41970@roundup.psfhosted.org>
2020-10-08 11:17:39xtreaklinkissue41970 messages
2020-10-08 11:17:39xtreakcreate