This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Complement TestDeviceListUpdates/when_remote_user_joins_a_room
flake(?) #14103
Closed
Description
https://github.com/matrix-org/synapse/actions/runs/3204302461/jobs/5235520023
client.go:604: [CSAPI] POST hs1/_matrix/client/v3/register => 200 OK (195.428656ms)
client.go:604: [CSAPI] POST hs2/_matrix/client/v3/register => 200 OK (314.031457ms)
client.go:604: [CSAPI] POST hs2/_matrix/client/v3/keys/upload => 200 OK (110.185852ms)
client.go:604: [CSAPI] POST hs1/_matrix/client/v3/createRoom => 200 OK (972.145549ms)
client.go:604: [CSAPI] GET hs1/_matrix/client/v3/sync => 200 OK (391.917818ms)
client.go:604: [CSAPI] POST hs2/_matrix/client/v3/join/!arpRCWNVBTAxZTROZD:hs1 => 200 OK (1.511062331s)
client.go:604: [CSAPI] GET hs2/_matrix/client/v3/sync => 200 OK (607.838192ms)
client.go:604: [CSAPI] GET hs1/_matrix/client/v3/sync => 200 OK (68.691406ms)
client.go:604: [CSAPI] POST hs1/_matrix/client/v3/keys/query => 200 OK (421.023188ms)
client.go:604: [CSAPI] GET hs1/_matrix/client/v3/sync => 200 OK (72.393428ms)
client.go:604: [CSAPI] POST hs2/_matrix/client/v3/keys/upload => 200 OK (95.074462ms)
client.go:604: [CSAPI] GET hs1/_matrix/client/v3/sync => 200 OK (25.043548ms)
client.go:604: [CSAPI] POST hs1/_matrix/client/v3/keys/query => 200 OK (57.322639ms)
device_lists_test.go:139: MatchResponse key 'device_keys.@bob4:hs2.ZJUCSAPZAX.keys.ed25519:ZJUCSAPZAX' got 'PbiLbZNrfrWbmKA7kCBEhJJ0GCXy+1TElIftsHrUq/k' want 'vxjhBYRfe3Q5xzOtu4i1BBX2fNtOcCPfmDp5Fhz7Nh0' - http://localhost:49456/_matrix/client/v3/keys/query => {"device_keys":{"@bob4:hs2":{"ZJUCSAPZAX":{"algorithms":["m.olm.v1.curve25519-aes-sha2","m.megolm.v1.aes-sha2"],"device_id":"ZJUCSAPZAX","keys":{"curve25519:ZJUCSAPZAX":"L++DP/WvCewd4aygNB0hNiMxyz0SH+ervHL0zadrGg4","ed25519:ZJUCSAPZAX":"PbiLbZNrfrWbmKA7kCBEhJJ0GCXy+1TElIftsHrUq/k"},"user_id":"@bob4:hs2","unsigned":{}}}},"failures":{},"master_keys":{},"self_signing_keys":{},"user_signing_keys":{}}
Very possibly covered by another issue. Sorry for noise if so.
Metadata
Metadata
Assignees
Labels
Telling clients about other devices. Often related to E2EE.Issues related to testing in complement, synapse, etcRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.Makes developers' lives better, but doesn't have direct user impactTests that give intermittent failures