[tahoe-lafs-trac-stream] [Tahoe-LAFS] #908: Make all test_runner tests work on cygwin
Tahoe-LAFS
trac at tahoe-lafs.org
Thu Jan 16 20:07:05 UTC 2020
#908: Make all test_runner tests work on cygwin
----------------------------+---------------------------------
Reporter: davidsarah | Owner: davidsarah
Type: defect | Status: closed
Priority: major | Milestone: eventually
Component: code | Version: 1.5.0
Resolution: wontfix | Keywords: windows cygwin test
Launchpad Bug: |
----------------------------+---------------------------------
Changes (by exarkun):
* status: assigned => closed
* resolution: => wontfix
Old description:
> source:src/allmydata/test/test_runner.py skips some tests due to this
> code:
> {{{
> if "cygwin" in sys.platform.lower():
> raise unittest.SkipTest("We don't know how to make this test work on
> cygwin: spawnProcess seems to hang forever. We don't know if 'bin/tahoe
> start' can be run on cygwin.")
> }}}
New description:
source:src/allmydata/test/test_runner.py skips some tests due to this
code:
{{{
if "cygwin" in sys.platform.lower():
raise unittest.SkipTest("We don't know how to make this test work on
cygwin: spawnProcess seems to hang forever. We don't know if 'bin/tahoe
start' can be run on cygwin.")
}}}
--
Comment:
There does not appear to be sufficient interest in cygwin to warrant
keeping this open.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/908#comment:11>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list