mattn/sqlite3 doesn't seem to do context.WithCancel which implies it's the http conn going away. Sytest does retry, and these requests 200 OK, but it never seems to find the correct display name and fails the test:
not ok 225 Guest user can set display names
# Started: 2020-03-19 10:44:09.835
# Ended: 2020-03-19 10:44:20.073
# Timed out waiting for test at ./run-tests.pl line 745.
# 0.098528: Registered new user @anon-20200319_104240-171:localhost:8800
# 0.299815: User @174:localhost:8800 joined room
# { room_id => "!39uY8boxEZHCqpRX:localhost:8800" }
This only applies to the sqlite tests so something must be going wrong there.
This issue was originally created by @kegsay at https://github.com/matrix-org/dendrite/issues/924.
mattn/sqlite3
doesn't seem to docontext.WithCancel
which implies it's the http conn going away. Sytest does retry, and these requests 200 OK, but it never seems to find the correct display name and fails the test:This only applies to the sqlite tests so something must be going wrong there.