0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-18 12:28:28 +02:00
dendrite/roomserver/storage
Till f69ebc6af2
Add roomserver tests (1/?) (#2434)
* Add EventJSONTable tests

* Add eventJSON tests

* Add EventStateKeysTable tests

* Add EventTypesTable tests

* Add Events Table tests
Move variable declaration outside loops
Switch to testify/assert for tests

* Move variable declaration outside loop

* Remove random data

* Fix issue where the EventReferenceSHA256 is not set

* Add more tests

* Revert "Fix issue where the EventReferenceSHA256 is not set"

This reverts commit 8ae34c4e5f.

* Update GMSL

* Add tests for duplicate entries

* Test what happens if we select non-existing NIDs

* Add test for non-existing eventType

* Really update GMSL
2022-05-09 15:30:32 +02:00
..
postgres Add roomserver tests (1/?) (#2434) 2022-05-09 15:30:32 +02:00
shared Assign room NIDs, event type NIDs and state key NIDs outside of database transactions (#2265) 2022-03-17 18:24:27 +00:00
sqlite3 Add roomserver tests (1/?) (#2434) 2022-05-09 15:30:32 +02:00
tables Add roomserver tests (1/?) (#2434) 2022-05-09 15:30:32 +02:00
interface.go Fix GET /directory/list/room/{roomID} (#2262) 2022-03-09 10:42:24 +00:00
storage.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00