Details
Details
- Reviewers
tomek inka - Commits
- rCOMM7085908cc6d2: [SQLite] implement tests for messages search
Run tests
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- land-cpp-search
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
We can consider one more thing: sorting the returned messages.
web/shared-worker/queries/message-search.test.js | ||
---|---|---|
139–146 ↗ | (On Diff #42670) | Shouldn't this contain targetMessageID? |
143 ↗ | (On Diff #42670) | Can we use constants from messageTypes? |
152 ↗ | (On Diff #42670) | Can we validate more than just the ID? Like we do in other tests. |
210 ↗ | (On Diff #42670) | |
232 ↗ | (On Diff #42670) |
web/shared-worker/queries/message-search.test.js | ||
---|---|---|
155 ↗ | (On Diff #42670) | Can we change the text to reflect that the timestamp can be equal? |
168 ↗ | (On Diff #42670) | Why is this a leave thread message? |
277 ↗ | (On Diff #42670) | This is the same test as should prioritizes timestampCursor over messageIDCursor, we can remove one of them |