Commit Graph

15447 Commits

Author SHA1 Message Date
Jean-Paul Calderone
b092dd57cf coveralls failed to find .coveralls.yml ...
also tox.ini overrides TEST_SUITE :/  Set it in the right place
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
e17c8f618e run a quick subset of the tests to more quickly test the following bits 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
4c0b72b353 Delightfully, this deterministically breaks in the CircleCI env 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
371f82bb4d avoid problems with trial and ENOSPC
I don't know if these will show up in this environment ... just copy/pasted
from the GitHub Actions config.
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
f649968ab5 configure the coveralls tool so it can upload the data 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
9f5173e730 attempt to report coverage results to coveralls 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
e92e7faeea how much difference does this make 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
b440065952 avoid trying to call os.getuid on windows 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
3c8a11d468 pick a Python to support on Windows 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
e2fe1af3d9 Configure Hypothesis for the Windows job 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
862bda9e63 attempt to do something useful 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
e6e38128bc yaml syntax 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
d369dc0f2c try to install tox 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
6400a39661 so ... can we use an executor? 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
422d4ee9cc previous rev started an environment, try to get a little closer to the one we want
a more precise tag that won't shift around underneath us
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
77c677ffc0 just like the example 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
bd9d2e08ef eh? 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
4abbadda47 Try a different tag
https://circleci.com/developer/machine/image/windows-server-2022-gui says
"2023.06.1" is a valid tag but real execution says "Job was rejected because
resource class medium, image windows-server-2022-gui:2023.06.1 is not a valid
resource class".  Is it even complaining about the image tag?  Or is it
complaining about the resource class?  I don't know.  I didn't touch the
resource class though.
2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
f826914c58 syntax 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
a8d582237c dump the useless orb 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
d050faac92 make the config match the schema 2023-08-08 11:30:02 -04:00
Jean-Paul Calderone
f8db781812 Add a simple test job to see if the other pieces work 2023-08-08 11:30:01 -04:00
Jean-Paul Calderone
814ba4c88b Add Windows executor holding the Windows test environment config 2023-08-08 11:29:26 -04:00
Jean-Paul Calderone
08b594b8be Declare the Windows orb for easier Windows environment setup 2023-08-08 11:29:26 -04:00
meejah
fc413d49f9
Merge pull request #1208 from tahoe-lafs/2916.grid-manager-integration-tests.2
Grid manager integration tests

Also some re-factoring of the integration test infrastructure to facilitate tests running their own grids.
2023-08-02 17:54:38 -06:00
meejah
d0208bc099 different Process instance on different platforms 2023-08-02 16:52:29 -06:00
meejah
f663581ed3 temporarily remove new provides() usage 2023-08-02 16:27:18 -06:00
meejah
8b175383af flake8 2023-08-02 15:15:33 -06:00
meejah
c0a9ff9c88 Merge branch '2916.grid-manager-integration-tests.2' of github.com:tahoe-lafs/tahoe-lafs into 2916.grid-manager-integration-tests.2 2023-08-02 15:14:02 -06:00
meejah
f77b6c4337 fix XXX comment + add docstring 2023-08-02 15:12:38 -06:00
meejah
63f4c6fcc6 import to top-level 2023-08-02 14:58:55 -06:00
meejah
3e2c784e77 likely to be more-right 2023-08-02 14:58:04 -06:00
meejah
7127ae62a9
fix types
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
2023-08-02 14:50:04 -06:00
meejah
bd0bfa4ab7
define -> frozen
Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
2023-08-02 14:49:36 -06:00
meejah
8ec7f5485a upload() needs the actual alice fixture 2023-08-02 14:48:59 -06:00
meejah
e3f30d8e58 fix comments about tor/chutney in integration config 2023-08-02 14:48:36 -06:00
meejah
5c45cb44bf Merge branch 'master' into 2916.grid-manager-integration-tests.2 2023-08-02 13:23:52 -06:00
Itamar Turner-Trauring
e67ef7ad16
Merge pull request #1323 from tahoe-lafs/4052.more-type-checking-gbs
More type check for http storage server

Fixes ticket:4052
2023-08-02 14:34:08 -04:00
Jean-Paul Calderone
a648708033
Merge pull request #1325 from exarkun/4055.await_client_ready
Fix the minimum-live-servers condition in `await_client_ready`

Fixes: ticket:4055
2023-08-01 20:14:24 -04:00
Jean-Paul Calderone
b8ee7a4e98 news fragment 2023-08-01 16:03:47 -04:00
Jean-Paul Calderone
9d670e54e2 Get the liveness filter condition right 2023-08-01 16:03:43 -04:00
Jean-Paul Calderone
871df0b1b4 Dump some more details about what we're waiting for 2023-08-01 16:03:39 -04:00
Jean-Paul Calderone
a0b78a134e Leave a hint about what successful "bootstrap" looks like 2023-08-01 16:03:35 -04:00
Jean-Paul Calderone
14ebeba07d avoid re-computing the current time inside this loop
It could lead to funny behavior if we cross a boundary at just the wrong
time.  Also the debug print could be misleading in such a case.
2023-08-01 16:03:29 -04:00
Itamar Turner-Trauring
009f063067 Stricter type checking 2023-08-01 15:35:18 -04:00
Itamar Turner-Trauring
e545ab4a80 More accurate type 2023-08-01 15:31:38 -04:00
Itamar Turner-Trauring
c055c8e508
Merge pull request #1321 from tahoe-lafs/4039.document-gbs
Minimal GBS documentation

Fixes ticket:4039
2023-08-01 10:57:10 -04:00
Itamar Turner-Trauring
3b66afbdea Be consistent with HTTPS 2023-08-01 10:56:52 -04:00
Itamar Turner-Trauring
7485f4f2f0
Merge pull request #1320 from tahoe-lafs/4042-sync-gbs-spec
Sync GBS spec to code a bit more

Fixes ticket:4042
2023-08-01 10:56:10 -04:00
Itamar Turner-Trauring
341a32708b Docstring. 2023-08-01 10:55:45 -04:00