Opened at 2022-11-23T14:46:30Z
Last modified at 2025-04-28T19:29:55Z
#3943 new defect
Tor tests fail on Ubuntu 22.04
Reported by: | itamarst | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Integration and Unit Testing |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
When Tor integration tests run on Ubuntu 22.04 with apt-get installed version of tor, Tor seems to segfault. The integration test then just runs forever.
We're using old version of Chutney; code location has changed and is now here: https://gitlab.torproject.org/tpo/core/chutney
Newer Chutney did not fix the issue, though.
https://launchpad.net/ubuntu/+source/tor has no bugs listed.
Newer versions of Ubuntu have newer version of Tor...
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/1434 bumps the test runner OS image for Linux (Ubuntu) to 24.04, hoping that resolves the issue.
The integration test suite runs once with force-foolscap set to true and once set to false.
Might this be related to #4167? It seems GBS over Tor isn't implemented yet...