Opened at 2023-05-01T20:47:51Z
Closed at 2023-05-03T21:14:22Z
#4022 closed defect (fixed)
CI takes forever to run, never finishes
Reported by: | itamarst | Owned by: | itamarst |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description (last modified by itamarst)
Seems to happen on unit test runner on GHA, macOS and Windows only. E.g. https://github.com/tahoe-lafs/tahoe-lafs/actions/runs/4853010385/jobs/8648700749?pr=1278 is macOS Python 3.11:
allmydata.test.test_system.HTTPSystemTest.test_filesystem ... Traceback (most recent call last): Failure: twisted.internet.defer.TimeoutError: <allmydata.test.test_system.HTTPSystemTest testMethod=test_filesystem> (test_filesystem) still running at 180.0 secs
Change History (3)
comment:1 Changed at 2023-05-02T14:47:10Z by itamarst
comment:2 Changed at 2023-05-02T14:47:53Z by itamarst
- Description modified (diff)
- Owner set to itamarst
comment:3 Changed at 2023-05-03T21:14:22Z by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
In ff1b7918/trunk:
Note: See
TracTickets for help on using
tickets.
More examples:
https://github.com/tahoe-lafs/tahoe-lafs/actions/runs/4853014142/jobs/8648709198?pr=1293 : macOS 3.11
https://github.com/tahoe-lafs/tahoe-lafs/actions/runs/4853014142/jobs/8648708998?pr=1293 : windows 3.11
There's also a
But that might be when it gets cancelled?