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

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

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 ```
tahoe-lafs added the
unknown
normal
defect
1.12.1
labels 2019-05-02 14:37:38 +00:00
tahoe-lafs added this to the undecided milestone 2019-05-02 14:37:38 +00:00
exarkun commented 2020-01-17 17:18:31 +00:00
Author
Owner

e63ee9b37e91162dc21ae4fe21d7a8303a80a59b introduced the test and c29ddc1b4a952a520c8096c4d351e37bf966326a fixed it

e63ee9b37e91162dc21ae4fe21d7a8303a80a59b introduced the test and c29ddc1b4a952a520c8096c4d351e37bf966326a fixed it
tahoe-lafs added the
was already fixed
label 2020-01-17 17:18:31 +00:00
exarkun closed this issue 2020-01-17 17:18:31 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

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