Uh oh!
There was an error while loading. Please reload this page.
[3.12] gh-108948: Skip test_tarfile.test_modes() on EFTYPE error (#109697) - #109698
Conversation
…on#109697) On FreeBSD, regular users cannot set the sticky bit. Skip the test if chmod() fails with EFTYPE error. (cherry picked from commit 26e06ad)
vstinner
commented
Sep 21, 2023
!buildbot AMD64 FreeBSD |
bedevere-bot
commented
Sep 21, 2023
The regex {builder_filter!r} did not match any buildbot builder |
vstinner
commented
Sep 21, 2023
I knew it in advance :-) It was just to test my fix python/buildmaster-config#390 :-) |
vstinner
commented
Sep 21, 2023
I tested this change manually on my FreeBSD VM: it works as expected. |
JelleZijlstra
commented
Sep 22, 2023
@vstinner seems like there's a missing f on an f-string in the previous message from Bedevere, do you know if that's already fixed or tracked? |
JelleZijlstra
commented
Sep 22, 2023
Ah, seems like python/buildmaster-config@69e9ee1 fixed it. |
vstinner
commented
Sep 24, 2023
!buildbot AMD64 FreeBSD |
bedevere-bot
commented
Sep 24, 2023
vstinner
commented
Sep 24, 2023
AMD64 FreeBSD buildbot joined the club of STABLE buildbots and so can now used on GitHub PRs with |
vstinner
commented
Sep 25, 2023
Good, tests pass. Currently, FreeBSD 3.12 buildbot fails because of test_tarfile: https://buildbot.python.org/all/#/builders/1220 |
On FreeBSD, regular users cannot set the sticky bit. Skip the test if chmod() fails with EFTYPE error.
(cherry picked from commit 26e06ad)