You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
sandhose opened this issue
Oct 6, 2022
· 2 comments
Labels
A-CIIssues related to CI on the Synapse repositoryA-TestingIssues related to testing in complement, synapse, etcT-TaskRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
I'd like to start running the test suites with the asyncioreactor enabled to see what breaks. This issue tracks the changes in Synapse, Sytest and Complement to achieve this.
Not sure if it's welcome(or relevant) but when I enable this and SYNAPSE_USE_EXPERIMENTAL_FORKING_LAUNCHER at the same time, I get this:
Traceback (most recent call last):
File "/usr/local/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/local/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.10/site-packages/synapse/app/complement_fork_starter.py", line 218, in <module>
main()
File "/usr/local/lib/python3.10/site-packages/synapse/app/complement_fork_starter.py", line 152, in main
installReactor(proxy_reactor)
File "/usr/local/lib/python3.10/site-packages/twisted/internet/main.py", line 32, in installReactor
raise error.ReactorAlreadyInstalledError("reactor already installed")
twisted.internet.error.ReactorAlreadyInstalledError: reactor already installed
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
A-CIIssues related to CI on the Synapse repositoryA-TestingIssues related to testing in complement, synapse, etcT-TaskRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.
I'd like to start running the test suites with the asyncioreactor enabled to see what breaks. This issue tracks the changes in Synapse, Sytest and Complement to achieve this.
Related: #8642, #12135
I opened a few PRs:
The text was updated successfully, but these errors were encountered: