Commit Graph

14736 Commits

Author SHA1 Message Date
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
Jean-Paul Calderone 6dc2928172
Merge pull request #941 from LeastAuthority/3568.better-codecov-reporting.wait_for_ci
Try the `wait_for_ci` option

Fixes: ticket:3568
2020-12-21 13:26:20 -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
Itamar Turner-Trauring 2737229895 Another passing test. 2020-12-21 11:12:52 -05:00
Itamar Turner-Trauring a2f042845d Another passing test. 2020-12-21 10:58:09 -05:00
Itamar Turner-Trauring d8197d9554 Another passing test. 2020-12-21 10:52:31 -05:00
Itamar Turner-Trauring 15c7af8e72 Another passing test. 2020-12-21 10:29:59 -05:00
Itamar Turner-Trauring 98c71e51e1 More progress towards passing tests. 2020-12-21 10:04:27 -05:00
meejah 80c68a41fd cover more error-cases 2020-12-21 00:49:56 -07:00
meejah d31d8e19c5 module docstring 2020-12-20 23:17:21 -07:00
meejah 5eff6f9ddd add a few docstrings for accessors etc 2020-12-20 23:15:14 -07:00
meejah 5d4253be3e reject a bunch of invalid signatures 2020-12-20 23:03:06 -07:00
meejah bfd45d3a01 typo 2020-12-20 22:21:31 -07:00
meejah 361acc206d irrelevant comment 2020-12-20 22:21:00 -07:00
meejah 24ac2c6994 I guess only OSError we care about? 2020-12-20 22:19:42 -07:00
meejah d267bb3ee1 leftover comment 2020-12-20 22:15:23 -07:00
meejah 07180b295b spelling 2020-12-20 22:12:11 -07:00
meejah f4164aa1c9 missed a new arg 2020-12-20 22:05:40 -07:00
meejah e38a1c3ee1 two colons 2020-12-20 22:03:24 -07:00
meejah fbddff39ea link grid-manager into the ToC 2020-12-20 22:02:56 -07:00
meejah ff182e69c1 signatures are detached 2020-12-20 19:10:00 -07:00
Itamar Turner-Trauring 99b02a9310
Merge pull request #938 from tahoe-lafs/3565.web-tests-python-3-part-1
Port web tests to Python 3, part 1

Fixes ticket:3565
2020-12-18 16:29:02 -05:00
Itamar Turner-Trauring 2ec7d52d09 Some progress towards passing tests on Python 3. 2020-12-18 16:12:32 -05:00
Itamar Turner-Trauring c71acf93fd Bytes, alas. 2020-12-18 16:10:23 -05:00
Itamar Turner-Trauring 5315d48355 Merge remote-tracking branch 'origin/master' into 3565.web-tests-python-3-part-1 2020-12-18 15:43:36 -05:00
Itamar Turner-Trauring f964ae1782 Docstrings. 2020-12-18 15:43:27 -05:00
Itamar Turner-Trauring 28e8369684
Merge pull request #931 from tahoe-lafs/3552.test_system-python-3
Port test_system to Python 3

Fixes ticket:3552
2020-12-18 14:00:57 -05:00
Itamar Turner-Trauring 50a794a911 More accurate docstring. 2020-12-18 11:34:08 -05:00
Itamar Turner-Trauring 865f3fd7d0 Improve the docstring. 2020-12-18 11:33:24 -05:00
Itamar Turner-Trauring 721b02b262 Use the function I specifically wrote for this! 2020-12-18 11:29:56 -05:00
Itamar Turner-Trauring 8f4a0379ea Correct examples. 2020-12-18 11:26:10 -05:00
Itamar Turner-Trauring b24a9f7083 Trying to get test_grid working on Python 3. 2020-12-18 11:21:04 -05:00
Jason R. Coombs 602a06e5cb Extract Parameters type in scripts.types_. 2020-12-18 11:14:07 -05:00
Jason R. Coombs 189608e113 Remove GENERATED_FILES, unused 2020-12-18 11:07:30 -05:00
Jason R. Coombs c2d2aba83f Add reference to ticket. 2020-12-18 11:05:55 -05:00
Jason R. Coombs 0e248cb4ef Declare signing key as required in introducer client publish. 2020-12-18 10:59:53 -05:00
Jason R. Coombs 090031cbfc Remove confirm_share_allocation from interface (unused). 2020-12-18 10:55:20 -05:00
Jason R. Coombs d051791e95 Add reference to ticket. 2020-12-18 10:53:24 -05:00
Jason R. Coombs ea0c10ef83 Remove set_size, unused 2020-12-18 10:51:56 -05:00
Jason R. Coombs efd0aef284 Indicate that unichr is Python 2 only. 2020-12-18 10:36:43 -05:00
Jason R. Coombs 51b0b201b4 Expand comment to provide more context. 2020-12-18 10:33:30 -05:00
Jason R. Coombs 99da74fffb Change comment to clarify that it's the implementation that's incomplete. 2020-12-18 09:58:56 -05:00
Jason R. Coombs 950ca18932 Ignores no longer needed. 2020-12-18 09:23:27 -05:00