complement
complement copied to clipboard
Matrix compliance test suite
`failed to create deployment: CreateDeployment: Deploy returned error Deploy: No images have been built for blueprint my_blueprint_name_12345` It seems to happen on and off, I can't seem to nail down...
We don't see line numbers / files on errors which is utterly useless. https://github.com/golangci/golangci-lint-action/issues/119
This is something i found while looing at `BlueprintOneToOneRoom`, and seeing where its one-on-one room has been (re)used in any tests. Turns out, it doesnt, every test creates its own...
Currently, while browsing the test repository, i find it difficult to navigate to tests i expect to exist, and/or not to exist, as the file naming scheme (and test grouping)...
This is mainly a response to https://github.com/matrix-org/synapse/issues/5677, I'd wish to test for bugs reported and talked about in that thread, to make sure these don't re-surface in synapse or in...
Related to https://github.com/matrix-org/synapse/issues/11456 (and maybe https://github.com/vector-im/element-web/issues/6552), i'm fairly sure that this shouldn't be possible according to spec.
Sytest "Can delete canonical alias" checks if the server automatically removes an alias from a `m.room.canonical_alias` event if it is deleted via the `/directory/` API. However, it is probably wrong...
Some sytests, and much of the IM functionality and experience in matrix, is dependent on pushers working correctly. However, complement doesn't yet set up much in the way of pushers,...
Dendrite has https://github.com/matrix-org/dendrite/tree/master/cmd/dendrite-upgrade-tests which will automatically pull and run different versions of dendrite with the same database and ensure db migrations work correctly. It can be run for example by...
So: - A) we don't need to force people to install libolm when they don't run crypto tests - B) we can import different versions of mautrix without causing version...