no more "tahoe start" here at all

This commit is contained in:
Jean-Paul Calderone 2019-05-03 12:09:10 -04:00
parent aac36fb30a
commit 86d33e19c5

View File

@ -390,12 +390,11 @@ class CreateNode(unittest.TestCase):
class RunNode(common_util.SignalMixin, unittest.TestCase, pollmixin.PollMixin,
RunBinTahoeMixin):
"""
exercise "tahoe run" (or "tahoe start", for a while), for both
introducer, client node, and key-generator, by spawning "tahoe run" (or
"tahoe start") as a subprocess. This doesn't get us line-level coverage,
but it does a better job of confirming that the user can actually run
"./bin/tahoe run" and expect it to work. This verifies that bin/tahoe
sets up PYTHONPATH and the like correctly.
exercise "tahoe run" for both introducer, client node, and key-generator,
by spawning "tahoe run" (or "tahoe start") as a subprocess. This doesn't
get us line-level coverage, but it does a better job of confirming that
the user can actually run "./bin/tahoe run" and expect it to work. This
verifies that bin/tahoe sets up PYTHONPATH and the like correctly.
This doesn't work on cygwin (it hangs forever), so we skip this test
when we're on cygwin. It is likely that "tahoe start" itself doesn't