Results 49 comments of Shay

Hi there thanks for getting back to us. One thing: `expire_caches` is a boolean flag, so the only valid values are `true` or `false`. Thus, if you wanted to the...

Is this still an issue/has this been resolved?

It's pretty impossible to say what is going on without the relevant logs, if you can provide logs that cover the steps to reproduce, we can get a better sense...

I am closing this now as we are unable to investigate this due to a lack of information. If more information becomes available in the future we can re-open it.

It appears that deleting and purging a room can create an orphaned state group when a `DELETE _synapse/admin/v1/rooms/{room_id}` request arrives for a room where the dag is in a forked...

> it's tempting to say we should just make `_get_events_from_cache_or_db` public and use that. Is there any reason not to do this?

Looks like these tasks are done, can we close this issue?

The issue here is that AFAICT Sygnal currently uses the legacy HTTP API https://github.com/matrix-org/sygnal/blob/cac851bc8d750d94bb55d5e152e97c2caf2d8a9f/sygnal/gcmpushkin.py#L72, which doesn't support Oauth token authorization. We probably need to consider migrating to the HTTP v1...

I updated tox.ini in my fork to use `commands = trial --coverage tests` to use the built-in `--coverage` flag. It ran all the tests successfully with this change. If this...

I can take a look at making this happen.