0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-09 06:28:36 +02:00
dendrite/roomserver/storage/postgres
Till 6db08b2874
Add roomserver tests (2/?) (#2445)
* Add invite table tests; move variable declarations

* Add Membership table tests

* Move variable declarations

* Add PrevEvents table tests

* Add Published table test

* Add Redactions tests
Fix bug in SQLite markRedactionValidatedSQL

* PR comments, better readability for invite tests
2022-05-10 14:41:12 +02:00
..
deltas Reset invalid state snapshots for events during state storage refactor migration (#2209) 2022-02-21 15:25:54 +00:00
event_json_table.go Add roomserver tests (1/?) (#2434) 2022-05-09 15:30:32 +02:00
event_state_keys_table.go Add roomserver tests (1/?) (#2434) 2022-05-09 15:30:32 +02:00
event_types_table.go Add roomserver tests (1/?) (#2434) 2022-05-09 15:30:32 +02:00
events_table.go Add roomserver tests (1/?) (#2434) 2022-05-09 15:30:32 +02:00
invite_table.go Add roomserver tests (2/?) (#2445) 2022-05-10 14:41:12 +02:00
membership_table.go Add roomserver tests (2/?) (#2445) 2022-05-10 14:41:12 +02:00
previous_events_table.go Add roomserver tests (2/?) (#2445) 2022-05-10 14:41:12 +02:00
published_table.go Add roomserver tests (2/?) (#2445) 2022-05-10 14:41:12 +02:00
redactions_table.go Add roomserver tests (2/?) (#2445) 2022-05-10 14:41:12 +02:00
room_aliases_table.go Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
rooms_table.go Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
state_block_table.go Full roomserver input transactional isolation (#2141) 2022-02-04 10:39:34 +00:00
state_block_table_test.go Implement storage interfaces (#841) 2020-01-03 14:07:05 +00:00
state_snapshot_table.go Return ErrRoomNoExists if insufficient state is available for a buildEvent to succeed when joining a room (#2210) 2022-02-21 16:22:29 +00:00
storage.go Add roomserver tests (2/?) (#2445) 2022-05-10 14:41:12 +02:00