summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/0001-Mitigate-the-race-condition-in-testSockName.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3: fix a race condition in the test_socket.testSockName testRoss Burton2022-06-211-0/+47
This test uses find_unused_port() which is inherently racey, so retry it a few times before failing. [ YOCTO #14840 ] (From OE-Core rev: efac044cabdbe77556a0b9903595fd602f39ac8d) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>