Appveyor builds failing because of non-FIFO-support skip #3040

Closed
opened 2019-05-02 14:37:38 +00:00 by exarkun · 1 comment

A recent PR changed introduced a skipped-on-windows test. But it doesn't skip, it fails:

===============================================================================
[ERROR]
Traceback (most recent call last):
  File "c:\projects\tahoe-lafs\.tox\coverage\lib\site-packages\testtools\testcase.py", line 962, in skip_wrapper
    raise TestCase.skipException(reason)
unittest2.case.SkipTest: FIFOs are not supported by Python on this platform.
allmydata.test.cli.test_backup.Backup.test_ignore_fifo
A recent PR changed introduced a skipped-on-windows test. But it doesn't skip, it fails: ``` =============================================================================== [ERROR] Traceback (most recent call last): File "c:\projects\tahoe-lafs\.tox\coverage\lib\site-packages\testtools\testcase.py", line 962, in skip_wrapper raise TestCase.skipException(reason) unittest2.case.SkipTest: FIFOs are not supported by Python on this platform. allmydata.test.cli.test_backup.Backup.test_ignore_fifo ```
exarkun added the
unknown
normal
defect
1.12.1
labels 2019-05-02 14:37:38 +00:00
exarkun added this to the undecided milestone 2019-05-02 14:37:38 +00:00
Author

e63ee9b37e91162dc21ae4fe21d7a8303a80a59b introduced the test and c29ddc1b4a952a520c8096c4d351e37bf966326a fixed it

e63ee9b37e91162dc21ae4fe21d7a8303a80a59b introduced the test and c29ddc1b4a952a520c8096c4d351e37bf966326a fixed it
exarkun added the
was already fixed
label 2020-01-17 17:18:31 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#3040
No description provided.