fenn-cs
|
0902dbfac8
|
Merge branch 'master' of github.com:tahoe-lafs/tahoe-lafs into 3758.refactor.web-tests-grid-logs-root
|
2021-09-08 00:09:33 +01:00 |
|
fenn-cs
|
b4cdf7f969
|
changed fragment to minor, improved test_grid.py refactor
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-09-08 00:08:37 +01:00 |
|
Itamar Turner-Trauring
|
056ee58e91
|
Merge pull request #1110 from tahoe-lafs/3773.just-add-lease
Get rid of renew_lease client code, in order to simplify the protocol
Fixes ticket:3773
|
2021-09-01 10:44:41 -04:00 |
|
Itamar Turner-Trauring
|
e6803670d1
|
Improve explanations.
|
2021-08-30 16:54:44 -04:00 |
|
Itamar Turner-Trauring
|
e408322c3d
|
Use the correct APIs.
|
2021-08-30 16:51:36 -04:00 |
|
Itamar Turner-Trauring
|
7d32335353
|
Clarify and remove duplication.
|
2021-08-30 16:49:11 -04:00 |
|
Jean-Paul Calderone
|
bbc860fdb1
|
Merge pull request #937 from LeastAuthority/3528.test_cli-no-mock
Remove mock from test_cli
Fixes: ticket:3528
|
2021-08-30 14:30:27 -04:00 |
|
Itamar Turner-Trauring
|
62a096dfe2
|
Merge remote-tracking branch 'origin/master' into 3773.just-add-lease
|
2021-08-24 12:22:21 -04:00 |
|
fenn-cs
|
7e2338c22c
|
Merge branch 'master' of github.com:tahoe-lafs/tahoe-lafs into 3758.refactor.web-tests-grid-logs-root
|
2021-08-24 16:28:46 +01:00 |
|
fenn-cs
|
117befd898
|
detect all port 0 configs
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-08-23 02:34:32 +01:00 |
|
Itamar Turner-Trauring
|
370d1ddafe
|
Fix flake.
|
2021-08-20 08:20:24 -04:00 |
|
Itamar Turner-Trauring
|
59fab99d9d
|
Nothing uses RIStorageServer.renew_lease, so removing it is simple.
|
2021-08-19 16:40:45 -04:00 |
|
Itamar Turner-Trauring
|
d599568c79
|
Tests validating that the operation for adding a lease will renew the lease
instead if it already exists.
|
2021-08-19 13:56:13 -04:00 |
|
Itamar Turner-Trauring
|
dfff187ad0
|
Make time pluggable to support better testing.
|
2021-08-19 13:23:01 -04:00 |
|
fenn-cs
|
bef2413e4b
|
Refactored test_grid to be consistent with base testcases
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-08-17 13:11:54 +01:00 |
|
fenn-cs
|
f7f08c93f9
|
Refactored test_root to be consistent with base testcases
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-08-16 12:57:24 +01:00 |
|
fenn-cs
|
27c8e62cf6
|
Replaced fixed arg with dynamic args in log_call_deferred
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-08-14 00:09:34 +01:00 |
|
fenn-cs
|
492bcbbd12
|
Refactored test_logs to be consistent with base testcases
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-08-13 18:22:10 +01:00 |
|
Jean-Paul Calderone
|
85ba6567ba
|
Try to make sure fixed argv is used on Py27+Windows
Previous version that rebound sys.argv didn't work so well with early binding
used by some some functions for default argument values.
|
2021-08-12 12:11:39 -04:00 |
|
Jean-Paul Calderone
|
893d21fcbb
|
Fix the UsageError closer in the Py2 codepath we already have for it
|
2021-08-11 16:46:29 -04:00 |
|
Jean-Paul Calderone
|
b56a956843
|
Sort out this gross error reporting encoding/decoding mess
A little, anyway
|
2021-08-11 15:42:21 -04:00 |
|
Jean-Paul Calderone
|
13dae392cb
|
Go with a shorter name
|
2021-08-11 14:41:18 -04:00 |
|
Jean-Paul Calderone
|
6931d10ace
|
Fix mis-merge: use argv parameter instead of sys.argv
|
2021-08-11 14:40:22 -04:00 |
|
Jean-Paul Calderone
|
975f268d8d
|
Provide enough output to debug the failure
|
2021-08-11 14:39:32 -04:00 |
|
Jean-Paul Calderone
|
fd3d3bc688
|
Give the py3 static checker something to resolve unicode to
It's pretty much just a bug in the static checker. :/
|
2021-08-11 14:27:21 -04:00 |
|
Jean-Paul Calderone
|
1d75bbfd72
|
str is a kind of weird future thing; coerce another way
|
2021-08-11 14:25:47 -04:00 |
|
Jean-Paul Calderone
|
4d41e30ce9
|
Just pass unicode at this layer
|
2021-08-11 14:25:40 -04:00 |
|
Jean-Paul Calderone
|
d56c218586
|
Options are defined with unicode now; argv better be unicode.
|
2021-08-11 14:25:24 -04:00 |
|
Jean-Paul Calderone
|
0176583e75
|
Get a text-mode FilePath in a py3 compatible way
|
2021-08-11 13:32:04 -04:00 |
|
Jean-Paul Calderone
|
2244f0374e
|
fail more informatively
|
2021-08-11 13:31:07 -04:00 |
|
Jean-Paul Calderone
|
5f6ae1f8f5
|
Fix mis-merge: don't try to stripe argv[0] twice
|
2021-08-11 13:30:52 -04:00 |
|
Jean-Paul Calderone
|
ffbcbf78a7
|
Send the warning to the parameterized stderr
|
2021-08-11 13:30:39 -04:00 |
|
Jean-Paul Calderone
|
9632b35abe
|
Fix mismerge: Put Py3 warning back
|
2021-08-11 13:19:15 -04:00 |
|
Jean-Paul Calderone
|
15312009ce
|
Fix mis-merge: This test moved to test_run.py
|
2021-08-11 12:58:51 -04:00 |
|
Jean-Paul Calderone
|
66d40527d1
|
Merge remote-tracking branch 'origin/master' into 3528.test_cli-no-mock
|
2021-08-11 12:56:00 -04:00 |
|
fenn-cs
|
a6b7c07e1c
|
added missing parathensis, ran yapf
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-08-10 10:13:00 +01:00 |
|
fenn-cs
|
7ad3fa9e25
|
correct use of succeeded, remove trailing spaces and unused import
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-08-09 23:46:30 +01:00 |
|
fenn-cs
|
90e84730e5
|
Fixes 3757 : Refactored test_introducer in web tests to use custom base test cases
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
|
2021-08-08 21:49:02 +01:00 |
|
Itamar Turner-Trauring
|
d060af641a
|
Python 3 port is essentially done-get rid of relevant tests and tracking code.
|
2021-07-30 11:13:57 -04:00 |
|
Itamar Turner-Trauring
|
af49dcb89e
|
On Python 2 we don't need to convert byte keys to unicode.
|
2021-07-05 16:35:06 -07:00 |
|
Itamar Turner-Trauring
|
e0b4cf057e
|
Fix logging of bytes in Foolscap on Python 3.
|
2021-07-05 16:03:24 -07:00 |
|
Itamar Turner-Trauring
|
7deec790a6
|
Merge pull request #1084 from tahoe-lafs/3736.frontends-auth-python-3
Port allmydata.frontend.auth to Python 3
Fixes ticket:3736
|
2021-06-23 09:04:48 -04:00 |
|
Itamar Turner-Trauring
|
83b4fb88f4
|
Merge pull request #1085 from tahoe-lafs/3738.failing-unicode-upload-regression-python-2
Fix bug where uploading files with Unicode filenames failed on Python 2
Fixes ticket:3738
|
2021-06-23 09:04:31 -04:00 |
|
Itamar Turner-Trauring
|
3f98349cd9
|
Limit Pickle protocol to version supported by Python 2.
|
2021-06-16 11:53:25 -04:00 |
|
Itamar Turner-Trauring
|
f778d25c44
|
Apply same fix to success path.
|
2021-06-15 14:05:49 -04:00 |
|
Itamar Turner-Trauring
|
e8308043e3
|
Method that doesn't break on Python 3.
|
2021-06-15 14:03:58 -04:00 |
|
Itamar Turner-Trauring
|
3461665ccf
|
Get rid of annoying warning.
|
2021-06-15 13:56:34 -04:00 |
|
Itamar Turner-Trauring
|
d74ef0798d
|
Fix quoting to work on Python 2.
|
2021-06-15 13:46:22 -04:00 |
|
Itamar Turner-Trauring
|
473654ccb7
|
Test demonstrating the problem.
|
2021-06-15 13:46:06 -04:00 |
|
Itamar Turner-Trauring
|
2447d09fc0
|
Port to Python 3.
|
2021-06-14 11:58:48 -04:00 |
|