[New-bugs-announce] [issue41439] some test cases in test_uuid.py and test_ssl.py fail on some operating systems because of no os.fork support

Peixing Xin report at bugs.python.org
Thu Jul 30 02:06:45 EDT 2020


New submission from Peixing Xin <peixing.xin at windriver.com>:

Some operating systems, for example VxWorks RTOS, don't support fork(). Some test cases that depend on os.fork() will fail. 
test_ssl.BasicSocketTests.test_random_fork and test_uuid.TestUUIDWithExtModule.testIssue8621 fail are this case.

----------
components: Tests
messages: 374599
nosy: pxinwr
priority: normal
severity: normal
status: open
title: some test cases in test_uuid.py and test_ssl.py fail on some operating systems because of no os.fork support
type: behavior
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41439>
_______________________________________


More information about the New-bugs-announce mailing list