Jonathan de Jong
Jonathan de Jong
From: https://github.com/matrix-org/complement/issues/568 `TestEventRelationships` seems to turn up repeatedly in CI flakes; - https://github.com/matrix-org/complement/actions/runs/3496172602/jobs/5853777083 - https://github.com/matrix-org/complement/actions/runs/3497977607/jobs/5857756804
This is something I noticed while working on conduit support (#513), where it seems that complement currently requires or emphasizes the usage of `/_synapse` endpoints. Specifically, it uses them like...
This follows https://github.com/matrix-org/matrix-spec/issues/1001, I think it'd be good to add a test that essentially instigates this behaviour, trying out strings of emojis that are less than 255 codepoints, but are...
This was one thing that tripped me up, while making a custom blueprint, initially the tests weren't properly working, I soon discovered this was because of the fact that blueprints...
This is an issue pertaining to the following comment and skip; https://github.com/matrix-org/complement/blob/086fa4bf8f2099198e2f8e6e96cd52da6ce4bbe5/tests/csapi/room_messages_test.go#L21 To see if this can be cleared, and the test made more robust, or a bug in dendrite...
When I was looking over `SkipIf`s in the codebase, I found out that these following tests are explicitly blacklisted on synapse. https://github.com/matrix-org/complement/blob/d5025cd75007609d52a77535388be9317963aedd/tests/csapi/upload_keys_test.go#L77 https://github.com/matrix-org/complement/blob/d5025cd75007609d52a77535388be9317963aedd/tests/csapi/upload_keys_test.go#L56 Seeing as how these tests are related...
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.