Skip to content

Stop migrating to MSC4278 if the config exists. #5959

Stop migrating to MSC4278 if the config exists.

Stop migrating to MSC4278 if the config exists. #5959

Triggered via pull request May 12, 2025 08:49
Status Failure
Total duration 6m 27s
Artifacts

tests.yml

on: pull_request
Matrix: Jest
jest-tests
2s
jest-tests
Fit to window
Zoom out
Zoom in

Annotations

6 errors
notifications › clearRoomNotification › when sendReadReceipts setting is disabled › should send a private read receipt: test/unit-tests/utils/notifications-test.ts#L171
expect(jest.fn()).toHaveBeenCalledWith(...expected) - Expected + Received {"content": {"body": "Hello", "m.relates_to": undefined, "msgtype": "m.text"}, "event_id": "$0.9500738609660857-0.20948518031915087", "origin_server_ts": 0, "redacts": undefined, "room_id": "123", "sender": "@bob:example.org", "type": "m.room.message", "unsigned": {"prev_content": undefined}}, - "m.read.private", + "m.read", true, Number of calls: 1 at Object.toHaveBeenCalledWith (test/unit-tests/utils/notifications-test.ts:171:44)
notifications › clearAllNotifications › sends private read receipts: test/unit-tests/utils/notifications-test.ts#L227
expect(jest.fn()).toHaveBeenCalledWith(...expected) - Expected + Received {"content": {"body": "Random->0.5810799942734195", "m.relates_to": undefined, "msgtype": "m.text"}, "event_id": "$0.2914441203073912-0.9787502460289024", "origin_server_ts": 1, "redacts": undefined, "room_id": "123", "sender": "@bob:example.org", "type": "m.room.message", "unsigned": {"prev_content": undefined}}, - "m.read.private", + "m.read", true, Number of calls: 1 at Object.toHaveBeenCalledWith (test/unit-tests/utils/notifications-test.ts:227:40)
Jest (1)
Process completed with exit code 1.
ServerSupportUnstableFeatureController › settingDisabled() › considered enabled if all required features in one of the feature groups are supported: test/unit-tests/settings/controllers/ServerSupportUnstableFeatureController-test.ts#L122
expect(received).toEqual(expected) // deep equality Expected: false Received: true at Object.toEqual (test/unit-tests/settings/controllers/ServerSupportUnstableFeatureController-test.ts:122:48)
Jest (2)
Process completed with exit code 1.
jest-tests
Process completed with exit code 1.