Andy Balaam
6a9942576d
Increase the timeout for the bot to enter the room ( #11742 )
...
in an attempt to fix flakes like:
* https://github.com/vector-im/element-web/issues/26298
* https://github.com/vector-im/element-web/issues/26341
which appear to fail when using Rust crypto, possibly because the client
takes a while to start up.
2023-10-13 08:50:16 +00:00
Andy Balaam
ff1057fb0a
Share code for room initialisation between read receipt tests
2023-10-02 16:59:38 +01:00
Andy Balaam
506f286a3e
Tests for paging up to find old messages ( #11650 )
...
* Use longer numbers for many() messages to avoid substring clashes
* Tests for paging up
2023-09-29 08:26:47 +00:00
Andy Balaam
d7d0f54e9b
Merge branch 'develop' into andybalaam/fix-receipt-flakes
2023-09-28 14:23:45 +01:00
Andy Balaam
58afa900d5
Target specific thread name to unflake redaction tests ( #11662 )
...
* Disambiguate thread root names to unflake redaction tests
* Revert "Disambiguate thread root names to unflake redaction tests"
This reverts commit f21ffa5554e7d49322acc8f8c1c1ef4063b9efdd.
* Find thread root by text, not contains
2023-09-28 12:44:29 +00:00
Andy Balaam
4804adcef6
Fix flaky receipt and redaction tests by pausing between message sends
2023-09-25 12:06:22 +01:00
Andy Balaam
1c2d604abe
Split the read-receipt tests into logical units ( #11649 )
...
* Split the read-receipt tests into logical units
* Move read-receipt docs into a readme file
* Provide doc comments for exported functions in read-receipt tests
2023-09-22 11:57:40 +00:00