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
It's failing because the room is taking too much time to be displayed because cryptoApi. isEncryptionEnabledInRoom is taking up to 4sec to respond in this case.
this.olmMachine.getRoomSettings(new RustSdkCryptoJs.RoomId(roomId)); call is causing this slowness:
florianduros
changed the title
cryptoApi. isEncryptionEnabledInRoom is taking up to 4sec to respond in decryption-failure-messages.spec.ts > decryption failure messagescryptoApi. isEncryptionEnabledInRoom is slow in decryption-failure-messages.spec.ts > decryption failure messagesNov 26, 2024
florianduros
changed the title
cryptoApi. isEncryptionEnabledInRoom is slow in decryption-failure-messages.spec.ts > decryption failure messagescryptoApi.isEncryptionEnabledInRoom is slow in decryption-failure-messages.spec.ts > decryption failure messagesNov 26, 2024
florianduros
added
S-Major
Severely degrades major functionality or product features, with no satisfactory workaround
and removed
A-Testing
Testing, code coverage, etc.
labels
Nov 26, 2024
When working on element-hq/element-web#28278 to migrate to use
cryptoApi.isEncryptionEnabledInRoom
, the testdecryption-failure-messages.spec.ts > decryption failure messages
was in failure when https://github.com/element-hq/element-web/blob/de820e11fc2bc20eb608055205e1e44d11f2c740/playwright/e2e/crypto/decryption-failure-messages.spec.ts#L70-L72 is tested.It's failing because the room is taking too much time to be displayed because
cryptoApi. isEncryptionEnabledInRoom
is taking up to 4sec to respond in this case.this.olmMachine.getRoomSettings(new RustSdkCryptoJs.RoomId(roomId));
call is causing this slowness:matrix-js-sdk/src/rust-crypto/rust-crypto.ts
Lines 383 to 391 in 69647a3
The text was updated successfully, but these errors were encountered: