mjolnir/test/integration
Gnuxie b850e4554c
Remove debug leftovers from a test. (#314)
* Remove debug leftovers from a test.

This is really terrible and has meant whenever anyone has run `yarn test:integration` they have only been running this test.
💀💀💀
https://www.youtube.com/watch?v=jmX-tzSOFE0

* Set a default timeout for integration tests that is 5 minutes long.

Seriously, I don't think there is much to gain by making people guess
a reasnoble time for a test to complete in all the time, especially
with how much Synapse changes in response time and all of the machines
involved in running these tests.

* Warn when giving up on being throttled

* For some reason it takes longer for events to appear in /state

no i am not going to track down why yet.

* Rate limiting got a lot more aggresive.

https://github.com/matrix-org/synapse/pull/13018

Rate limiting in Synapse used to reset the burst count and remove
the backoff when you were spamming continuously, now it doesn't.
Ideally we'd rewrite the rate limiting logic to back off for longer
than suggested so we could get burst again, but for now
lets just unblock CI by reducing the number of events we send in these
tests.
2022-07-06 14:20:25 +01:00
..
commands fix CI (#282) 2022-05-03 11:20:40 +01:00
abuseReportTest.ts Retry requests in case of throttling (#178) 2022-01-25 12:19:44 +00:00
banListTest.ts Remove debug leftovers from a test. (#314) 2022-07-06 14:20:25 +01:00
clientHelper.ts Fix the test script yarn test:manual and add it to tsconfig (#234) 2022-02-24 14:46:15 +00:00
detectFederationLagTest.ts A room Protection designed to measure lag in a room (#217) 2022-02-24 13:43:31 +01:00
fixtures.ts A room Protection designed to measure lag in a room (#217) 2022-02-24 13:43:31 +01:00
helloTest.ts Retry requests in case of throttling (#178) 2022-01-25 12:19:44 +00:00
manualLaunchScript.ts Give the ability to moderators to react quickly to /report abuse reports. (#137) 2021-11-09 13:15:49 +01:00
mjolnirSetupUtils.ts Fix the test script yarn test:manual and add it to tsconfig (#234) 2022-02-24 14:46:15 +00:00
policyConsumptionTest.ts Fix uses of old interface for registration helper in tests. 2022-01-25 18:23:14 +00:00
protectionSettingsTest.ts refactor (and simplify) how protections are stored in-memory 2022-02-07 13:48:32 +00:00
reportPollingTest.ts Report polling test temporality (#325) 2022-07-05 16:58:29 +01:00
roomMembersTest.ts Fix: roomMemberTest off-by-one error (#324) 2022-07-05 15:33:53 +02:00
standardConsequenceTest.ts fix CI (#282) 2022-05-03 11:20:40 +01:00
throttleQueueTest.ts A background queue for kicking (#296) 2022-06-08 11:49:43 +02:00
throttleTest.ts Remove debug leftovers from a test. (#314) 2022-07-06 14:20:25 +01:00
timelinePaginationTest.ts Retry requests in case of throttling (#178) 2022-01-25 12:19:44 +00:00
utilsTest.ts move LogProxy.logMessage to Mjolnir.logMessage (#194) 2022-02-15 15:44:41 +00:00