Itamar Turner-Trauring
|
ce58f63040
|
Merge remote-tracking branch 'origin/master' into 3584.integration-tests-sftp
|
2021-01-11 13:55:03 -05:00 |
|
Itamar Turner-Trauring
|
4a7da34a6a
|
Merge pull request #958 from tahoe-lafs/3583.rip-out-ftp
Rip out FTP support
Fixes ticket:3583
|
2021-01-11 13:54:00 -05:00 |
|
Jean-Paul Calderone
|
1ae0311e36
|
Merge pull request #949 from tahoe-lafs/port-webish
Port webish/test_webish to Python 3
Fixes: ticket:3577
|
2021-01-08 13:51:00 -05:00 |
|
Itamar Turner-Trauring
|
f71dcfe9fc
|
Lint.
|
2021-01-08 13:42:10 -05:00 |
|
Itamar Turner-Trauring
|
7a15f7e11d
|
Switch to modern (circa 2014!) Conch API.
|
2021-01-08 13:32:11 -05:00 |
|
Itamar Turner-Trauring
|
3b29a5f707
|
Work with new Unicode configs.
|
2021-01-07 11:59:23 -05:00 |
|
Itamar Turner-Trauring
|
308dbba924
|
Fix flake.
|
2021-01-07 09:20:39 -05:00 |
|
Itamar Turner-Trauring
|
7b1bfadd21
|
Rip out FTP.
|
2021-01-06 13:39:52 -05:00 |
|
Chad Whitacre
|
fa15c2c8d6
|
Declare victory on blacklist
|
2021-01-05 06:45:32 -05:00 |
|
Chad Whitacre
|
bd402ce1f4
|
Compute Content-Length more betterly
|
2021-01-05 06:27:46 -05:00 |
|
Chad Whitacre
|
dc5ac4a112
|
Merge pull request #946 from tahoe-lafs/3574.port-stats
Port stats to Python 3
|
2021-01-05 06:04:10 -05:00 |
|
Itamar Turner-Trauring
|
4683760ed8
|
Merge pull request #945 from tahoe-lafs/3566.web-tests-python-3-part-2
Port web tests to Python 3, part 2
Fixes ticket:3566
|
2021-01-04 15:40:52 -05:00 |
|
Jean-Paul Calderone
|
3c203828c5
|
Merge remote-tracking branch 'origin/master' into 3578.remove-encode_tail_segment
|
2021-01-04 15:08:27 -05:00 |
|
Jean-Paul Calderone
|
7a504dd99f
|
Merge pull request #936 from LeastAuthority/3534.test_introducer-no-mock
Remove mock from test_introducer
Fixes: ticket:3534
|
2021-01-04 15:06:29 -05:00 |
|
Itamar Turner-Trauring
|
bc19ccc77a
|
Use method that already does this.
|
2021-01-04 14:36:02 -05:00 |
|
Itamar Turner-Trauring
|
961ad123cc
|
Better name.
|
2021-01-04 14:35:33 -05:00 |
|
Itamar Turner-Trauring
|
6f0838e2e9
|
Docstring.
|
2021-01-04 14:34:18 -05:00 |
|
Itamar Turner-Trauring
|
d7db34f27a
|
Add explanation for if statement.
|
2021-01-04 14:33:06 -05:00 |
|
Itamar Turner-Trauring
|
a46a7dc7f8
|
Log, don't raise.
|
2021-01-04 14:23:12 -05:00 |
|
Jean-Paul Calderone
|
af06bdb182
|
Merge remote-tracking branch 'origin/master' into 3575.realistic_storage_index_hash-key
|
2021-01-04 14:14:13 -05:00 |
|
Chad Whitacre
|
c13821ecac
|
Tack on deep_stats
|
2021-01-04 06:18:14 -05:00 |
|
Chad Whitacre
|
655be5e3a0
|
Port stats to Python 3
|
2021-01-04 06:18:14 -05:00 |
|
Jean-Paul Calderone
|
855521fea8
|
Merge pull request #935 from LeastAuthority/3529.test_connections-no-mock
Remove mock usage from test_connections.py
Fixes: ticket:3529
|
2021-01-02 12:48:12 -05:00 |
|
Jean-Paul Calderone
|
c0358b3e03
|
Fold _encode_tail_segment in to _encode_segment
|
2021-01-01 15:14:47 -05:00 |
|
Chad Whitacre
|
2a8fa4da7a
|
Fix test module reference in util._python3
|
2020-12-29 12:54:19 -05:00 |
|
Chad Whitacre
|
b4b4a1aabf
|
Port webish/test_webish to Python 3
|
2020-12-29 12:39:00 -05:00 |
|
Jean-Paul Calderone
|
30b37e17dd
|
More of a storage_index_hash test
|
2020-12-29 10:48:03 -05:00 |
|
Itamar Turner-Trauring
|
eb8837a4c8
|
More things that need to be bytes.
|
2020-12-23 10:09:37 -05:00 |
|
Itamar Turner-Trauring
|
15f2d433ae
|
Fix tests on Python 3.
|
2020-12-23 10:01:44 -05:00 |
|
Itamar Turner-Trauring
|
3c8550b666
|
Python 3 fix: direct indexing of bytes returns an int.
|
2020-12-23 09:54:35 -05:00 |
|
Itamar Turner-Trauring
|
58cb757816
|
Sometimes these values are more extended Unicode than ASCII.
|
2020-12-23 09:42:42 -05:00 |
|
Itamar Turner-Trauring
|
f736dc6f7b
|
Fix some tests caused by unicode rendering.
|
2020-12-23 09:34:48 -05:00 |
|
Itamar Turner-Trauring
|
c5b403bd2f
|
Make the class new style again on Python 2.
|
2020-12-23 09:17:39 -05:00 |
|
Itamar Turner-Trauring
|
2c7dde9978
|
Merge remote-tracking branch 'origin/master' into 3566.web-tests-python-3-part-2
|
2020-12-23 09:14:34 -05:00 |
|
Itamar Turner-Trauring
|
55698cc8f2
|
Merge remote-tracking branch 'origin/master' into 3566.web-tests-python-3-part-2
|
2020-12-22 13:21:49 -05:00 |
|
Itamar Turner-Trauring
|
1c7956bc1a
|
Port to Python 3.
|
2020-12-22 13:19:59 -05:00 |
|
Itamar Turner-Trauring
|
cbf348f21b
|
Get rid of debug print.
|
2020-12-22 13:17:46 -05:00 |
|
Itamar Turner-Trauring
|
8881728ca5
|
Another passing test on Python 3.
|
2020-12-22 13:17:07 -05:00 |
|
Itamar Turner-Trauring
|
baa2cff29c
|
Unbreak Python 2.
|
2020-12-22 13:14:18 -05:00 |
|
Itamar Turner-Trauring
|
013388981c
|
Fix intermittent failing test on PyPy hopefully.
PyPy does not have refcounts, so files were only being closed when GC happened,
which meant their buffered writes never hit disk.
|
2020-12-22 13:04:53 -05:00 |
|
Itamar Turner-Trauring
|
f9ee4b239f
|
Merge pull request #934 from tahoe-lafs/3564.eliot-log-testing-python-3
Re-enable logging validation on Python 3.
Fixes ticket:3564
|
2020-12-22 11:43:36 -05:00 |
|
Itamar Turner-Trauring
|
74c08883f5
|
Another passing test on Python 3.
|
2020-12-22 11:36:52 -05:00 |
|
Itamar Turner-Trauring
|
0534979e61
|
Another passing test on Python 3.
|
2020-12-22 11:03:23 -05:00 |
|
Itamar Turner-Trauring
|
cabfdadc20
|
Merge branch '3564.eliot-log-testing-python-3' into 3566.web-tests-python-3-part-2
|
2020-12-22 10:48:32 -05:00 |
|
Itamar Turner-Trauring
|
f30376ade6
|
Make sure test output can encode bytes correctly too.
|
2020-12-22 10:47:25 -05:00 |
|
Jean-Paul Calderone
|
ab7c382dec
|
Merge pull request #939 from LeastAuthority/3567.test_storage_client-eaddrinuse
Use a pre-bound listening socket in the test
Fixes: ticket:3567
|
2020-12-21 13:27:08 -05:00 |
|
Itamar Turner-Trauring
|
b46898f667
|
Merge branch '3564.eliot-log-testing-python-3' into 3566.web-tests-python-3-part-2
|
2020-12-21 13:20:50 -05:00 |
|
Itamar Turner-Trauring
|
7fc64fdf45
|
Also handle bytes when serializing production Eliot log messages on Python 3.
|
2020-12-21 13:20:14 -05:00 |
|
Itamar Turner-Trauring
|
a8732a3c70
|
Merge branch '3564.eliot-log-testing-python-3' into 3566.web-tests-python-3-part-2
|
2020-12-21 13:12:19 -05:00 |
|
Itamar Turner-Trauring
|
c25dd57768
|
Make sure we can handle bytes, plus a couple other fixes.
|
2020-12-21 13:12:01 -05:00 |
|