1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-03 00:33:22 +03:00
Files
matrix-react-sdk/test
Matthew Hodgson b8b5dd82aa Triple the speed of E2E tests and stop them exploding if a circular datastructure is logged (#8095)
* stop e2e tests exploding if a circular datastructure is logged

it's valid for the webapp to log datastructures to the console which happen to be circular
but the e2e test running explodes badly with a runtime exception and bombs out before
logging anything or providing a sensible stacktrace. you can trap the exception though and
get a sensible error however.

* don't barf on circular refs in return vals either

and log timestamps

* log timestamps

* speed up roomDir & E2EE tests by 3x

use timeouts correctly, so the first set
of scenarios take 42s to run rather than 2m21s

* speed up space test by 20s
2022-03-21 10:26:26 +00:00
..
2021-06-29 13:11:58 +01:00
2017-06-01 21:10:32 +02:00
2022-03-18 14:38:41 +01:00
2022-02-02 13:02:17 +01:00
2021-06-29 13:11:58 +01:00
2021-10-22 17:23:37 -05:00