Commit Graph

288 Commits

Author SHA1 Message Date
0d093c45df Test fails on Python 3, instead of spinning until timeout. 2021-05-07 10:06:12 -04:00
4711c9fda3 More flake fixes. 2021-05-07 09:44:44 -04:00
fa46efdb3a Enable BytesWarnings in integration tests. 2021-04-16 11:58:37 -04:00
d25a0f1ce2 Increase timeout, just to be on the safe side. 2021-01-26 12:40:39 -05:00
6c04ea7497 Explanatory comment is better now. 2021-01-26 10:14:14 -05:00
4e89ab2e66 Context manager. 2021-01-26 10:06:57 -05:00
e7ab792c4c Explain why Paramiko. 2021-01-26 10:06:17 -05:00
0424ba2a48 Fix indent. 2021-01-26 09:57:11 -05:00
3b893a56f9 Just rely on global timeout. 2021-01-26 09:55:38 -05:00
49300ccc4e Merge remote-tracking branch 'origin/master' into 3584.integration-tests-sftp 2021-01-26 09:53:51 -05:00
db22291660 Try to minimally workaround issues causing Windows to block when writing logs. 2021-01-21 13:54:22 -05:00
7d2aa50894 when_done is bad, at least here. 2021-01-19 17:15:07 -05:00
afcae42fd6 Notice that there's an error on the server, rather than continuing silently. 2021-01-19 11:47:23 -05:00
9ca17d780e Add some overall timeout, and timeout on specific test that seems to be the
issue somehow.
2021-01-13 10:21:06 -05:00
dfcd75f20d Infinite blocking is bad. 2021-01-12 13:58:28 -05:00
b74ec6919d Don't blow up just because irrelevant cleanup complains. 2021-01-12 13:24:42 -05:00
3489e381be Get rid of finalizer which, I suspect, is keeping tests from shutting down on Windows. 2021-01-12 11:16:45 -05:00
6107e52f96 Fix flake. 2021-01-11 15:26:38 -05:00
6b2a999f8d Replace ckeygen with Paramiko library calls, since ckeygen doesn't work on Windows. 2021-01-11 14:02:45 -05:00
e986e86431 Test failure to auth. 2021-01-08 13:41:04 -05:00
2589737e1e Public key auth test passes. 2021-01-08 13:33:22 -05:00
3764e3b6b1 A (so far failing) test for SSH public key authentication. 2021-01-07 13:59:57 -05:00
b8879916b2 More SFTP integration tests. 2021-01-07 13:30:35 -05:00
a536a1a970 First passing end-to-end test of SFTP 2021-01-07 12:50:31 -05:00
054af4b76e Sketch of where SFTP setup needs to happen. 2021-01-07 11:25:26 -05:00
7dda680cb2 Already using "tahoe run", de-emphasize "tahoe start" 2020-12-09 10:51:10 -05:00
a0d46c6f09 Merge remote-tracking branch 'origin/master' into 3504.private-introducer-furl 2020-12-02 09:22:09 -05:00
8d6b49669b Merge pull request #900 from tahoe-lafs/3511.config-set-config
Add `_Config.set_config`

Fixes: ticket:3511
2020-12-01 12:04:26 -05:00
ff49414ae9 Use Tor project's new repository signing key
Fix for https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3542
2020-11-30 17:20:50 -05:00
4c8fb8d93a unused import 2020-11-26 21:48:06 -05:00
ae5351c204 Adapt test_tor to write_introducer change 2020-11-26 21:46:57 -05:00
c82501e0dc Merge remote-tracking branch 'origin/master' into 3511.config-set-config 2020-11-26 11:01:18 -05:00
a06caae667 Make all the config unicode 2020-11-20 16:04:29 -05:00
88ce823618 Update integration test caller of altered write_config 2020-11-18 18:26:52 -05:00
92206b907e write introducers.yaml instead of [client]introducer.furl 2020-11-16 15:02:29 -05:00
b9f7bcab4e flakes 2020-10-27 09:49:58 -04:00
7ca8ede88c Merge remote-tracking branch 'origin/master' into 3428.dont-return-deferred-to-twistedweb.2 2020-10-21 07:35:10 -04:00
9e26599a76 Fix the race condition 2020-10-16 13:44:37 -04:00
7b02f58da0 Make this test tolerant of more than one message
It is observing the log system.  It is reasonable to believe more than one log
event might come through over the course of the test.  We only need one, though.
2020-10-16 13:15:45 -04:00
64a9e95319 Pass PATH (and other stuff) into the child process 2020-10-16 11:27:13 -04:00
75b3bf1097 Refuse to continue if the introducer fURL has no location hints. 2020-10-16 11:27:05 -04:00
7f5643a096 Add note on Tor integration test failures on Windows 2020-07-21 14:59:04 -04:00
74a77a48cc Merge 'origin/master' into 3320.github-actions-windows-integration-tests 2020-07-21 13:50:47 -04:00
957e089715 Fix typo 2020-07-21 11:56:44 -04:00
e4e59c7aab Use a Chutney revision that works with Python 2 2020-07-21 10:44:49 -04:00
9e82df4fa7 Use skipif decorator to omit Tor integration test setup on Windows 2020-07-19 09:19:19 -04:00
aab598c2f5 Update integration test for status page
As a fallout of transition from nevow to twisted web, list of hrefs in
the parsed status page will be [u'/status/down-0', u'/status/up-0',
u'/'] (with an added '/status/' prefix) so we need to update our
assumptions.

See 5c886b1b2 for the change that necessitated this.
2020-07-17 15:19:06 -04:00
1f2ad6e634 the tests are unit-tests 2020-07-09 16:05:29 -04:00
6e2285ed2c proof-of-concept verified-fake for testing 2020-07-09 16:05:29 -04:00
7d93ae9213 Skip Tor tests on Windows 2020-06-22 20:18:00 -04:00