-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can paginate public room list
is flaky
#1044
Comments
Reproducing it locally with docker run --rm -v /home/dmr/workspace/synapse:/src:ro -v /home/dmr/workspace/sytest/:/sytest -v /tmp/logs:/logs -e POSTGRES=1 -e WORKERS=1 -e MULTI_POSTGRES=1 matrixdotorg/sytest-synapse:testing --torture-replication 100 -s tests/30rooms/70publicroomslist.pl |
This showed up twice today. https://github.com/matrix-org/sytest/runs/4091934326?check_suite_focus=true both in #1116. I couldn't see any changes there or in the linked Synapse branch which would explain this. |
Pretty sure this is just timing out. It creates 10 rooms, which takes 10 seconds, which is the default test timeout. See also matrix-org/synapse#6068 |
https://github.com/matrix-org/synapse/pull/9981/checks?check_run_id=2582973111
The text was updated successfully, but these errors were encountered: